diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 08:01:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 08:01:59 +0000 |
commit | 0e4137e72c1c0513bf3c88a08589dd139864caab (patch) | |
tree | 47ac9c3836225a45e210e6b4e3910b572ecd02ed /app-i18n | |
parent | Stable for x86, wrt bug #461512 (diff) | |
download | gentoo-2-0e4137e72c1c0513bf3c88a08589dd139864caab.tar.gz gentoo-2-0e4137e72c1c0513bf3c88a08589dd139864caab.tar.bz2 gentoo-2-0e4137e72c1c0513bf3c88a08589dd139864caab.zip |
Stable for x86, wrt bug #461512
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-unikey/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/fcitx-unikey/ChangeLog b/app-i18n/fcitx-unikey/ChangeLog index 1e37b1f428f2..9c98ab960ca3 100644 --- a/app-i18n/fcitx-unikey/ChangeLog +++ b/app-i18n/fcitx-unikey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx-unikey # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.3 2013/08/03 08:00:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.4 2013/08/03 08:01:59 ago Exp $ + + 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-unikey-0.2.0.ebuild: + Stable for x86, wrt bug #461512 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-unikey-0.2.0.ebuild: Stable for amd64, wrt bug #461512 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild index 0de548fac404..b9695138bd1a 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild,v 1.2 2013/08/03 08:00:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild,v 1.3 2013/08/03 08:01:59 ago Exp $ EAPI=5 inherit cmake-utils gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+qt4" RDEPEND=">=app-i18n/fcitx-4.2.7[qt4?]" |