diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-25 21:09:10 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-26 14:03:39 -0400 |
commit | 62267650a5863349d5934f11c67f402c26e738a9 (patch) | |
tree | 406a94bbae457fb509ea2d5632470dc25fe6fc2c /app-i18n/librime | |
parent | app-i18n/unicode-emoji: Version bump (11.0). (diff) | |
download | gentoo-62267650a5863349d5934f11c67f402c26e738a9.tar.gz gentoo-62267650a5863349d5934f11c67f402c26e738a9.tar.bz2 gentoo-62267650a5863349d5934f11c67f402c26e738a9.zip |
app-i18n/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'app-i18n/librime')
-rw-r--r-- | app-i18n/librime/librime-1.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild index 11ec817ae96d..e897af759e35 100644 --- a/app-i18n/librime/librime-1.2.9.ebuild +++ b/app-i18n/librime/librime-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,7 @@ RDEPEND="app-i18n/opencc:= dev-libs/leveldb:= dev-libs/marisa:=" DEPEND="${RDEPEND} - x11-proto/xproto + x11-base/xorg-proto test? ( dev-cpp/gtest )" src_configure() { |