diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-08-22 12:19:29 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-08-22 10:20:12 -0400 |
commit | c71b02cd9e1445b03830d6168a5b2d27528a62c3 (patch) | |
tree | b419a47534e559bef6ed0610c8d0f87e054f6f7b /app-i18n/fcitx | |
parent | app-i18n/opencc: Set subslot based on soname of libopencc.so. (diff) | |
download | gentoo-c71b02cd9e1445b03830d6168a5b2d27528a62c3.tar.gz gentoo-c71b02cd9e1445b03830d6168a5b2d27528a62c3.tar.bz2 gentoo-c71b02cd9e1445b03830d6168a5b2d27528a62c3.zip |
app-i18n/fcitx: Use := operator for dependency on app-i18n/opencc.
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.9.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild index d745e90d79bb..3b6fd11730d9 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -58,7 +58,7 @@ RDEPEND="virtual/libiconv ) lua? ( dev-lang/lua:= ) nls? ( sys-devel/gettext ) - opencc? ( app-i18n/opencc ) + opencc? ( app-i18n/opencc:= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild index 361dba3ca23e..ddd7747350a8 100644 --- a/app-i18n/fcitx/fcitx-9999.ebuild +++ b/app-i18n/fcitx/fcitx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -58,7 +58,7 @@ RDEPEND="virtual/libiconv ) lua? ( dev-lang/lua:= ) nls? ( sys-devel/gettext ) - opencc? ( app-i18n/opencc ) + opencc? ( app-i18n/opencc:= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 |