diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-18 20:23:01 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-18 14:31:03 -0400 |
commit | 4bdf4338e536794cad8a9d15a7199d0a9d564708 (patch) | |
tree | e6cf41def436e18d35128bd89dd981ff7a9c24b5 /app-i18n/fcitx | |
parent | app-i18n/kcm-fcitx: Stop using xdg.eclass. (diff) | |
download | gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.tar.gz gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.tar.bz2 gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.zip |
app-i18n/*fcitx*: Use slot based on major version of Fcitx.
This will avoid confusion with Fcitx 5 (which will use slot "5") and
allow to use cleaner dependencies.
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.9.1.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.9.2.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild index b339a9aecfd3..56a72d4b9e4f 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2+ LGPL-2+" -SLOT="0" +SLOT="4" KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" diff --git a/app-i18n/fcitx/fcitx-4.2.9.2.ebuild b/app-i18n/fcitx/fcitx-4.2.9.2.ebuild index 1bb5d6b08ddb..cef44135228b 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.2.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.2.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2+ LGPL-2+ MIT" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild index a3d5a977526d..78c59e57b98d 100644 --- a/app-i18n/fcitx/fcitx-9999.ebuild +++ b/app-i18n/fcitx/fcitx-9999.ebuild @@ -24,7 +24,7 @@ else fi LICENSE="GPL-2+ LGPL-2+ MIT" -SLOT="0" +SLOT="4" KEYWORDS="" IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" |