diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-01-08 19:35:25 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-01-08 16:29:37 -0500 |
commit | 15a240b0e74b7a943c9f146d148a2958fbb7e33d (patch) | |
tree | 20bce93848a212d40766a0cd2eb3b5694fa83364 /app-i18n | |
parent | app-i18n/fcitx: Enable "gtk3" USE flag by default. (diff) | |
download | gentoo-15a240b0e74b7a943c9f146d148a2958fbb7e33d.tar.gz gentoo-15a240b0e74b7a943c9f146d148a2958fbb7e33d.tar.bz2 gentoo-15a240b0e74b7a943c9f146d148a2958fbb7e33d.zip |
app-i18n/*fcitx*: Stabilize newest version on amd64/x86.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.9.5.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild index 8991ceab3f88..39dfd8f3b818 100644 --- a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild +++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.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 @@ fi LICENSE="GPL-2+" SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=app-i18n/fcitx-4.2.9:4 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild index a7aa45d5e1dd..a4d2b4156365 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.1.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 @@ fi LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+" SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" IUSE="" # Private headers of dev-qt/qtgui:5 used. diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild index d76ff3bcecd8..91310095346d 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.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 @@ fi LICENSE="GPL-2+ GPL-3+ LGPL-2+" SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="+macro-editor" RDEPEND=">=app-i18n/fcitx-4.2.9:4 diff --git a/app-i18n/fcitx/fcitx-4.2.9.5.ebuild b/app-i18n/fcitx/fcitx-4.2.9.5.ebuild index fea4e912925d..64e45d7da448 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.5.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.5.ebuild @@ -25,7 +25,7 @@ fi LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT" SLOT="4" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +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 )" |