summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-08-22 12:19:29 +0200
committerMike Gilbert <floppym@gentoo.org>2017-08-22 10:20:12 -0400
commitc71b02cd9e1445b03830d6168a5b2d27528a62c3 (patch)
treeb419a47534e559bef6ed0610c8d0f87e054f6f7b /app-i18n/fcitx/fcitx-4.2.9.1.ebuild
parentapp-i18n/opencc: Set subslot based on soname of libopencc.so. (diff)
downloadgentoo-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/fcitx-4.2.9.1.ebuild')
-rw-r--r--app-i18n/fcitx/fcitx-4.2.9.1.ebuild4
1 files changed, 2 insertions, 2 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