diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 11:18:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 11:18:24 +0000 |
commit | 513f653cf0b786f840db10c537c146e89ad557b6 (patch) | |
tree | 27a1e086cb74dde8454b8014083e8bc76e36e289 /app-i18n | |
parent | ppc stable wrt bug #547882 (diff) | |
download | gentoo-2-513f653cf0b786f840db10c537c146e89ad557b6.tar.gz gentoo-2-513f653cf0b786f840db10c537c146e89ad557b6.tar.bz2 gentoo-2-513f653cf0b786f840db10c537c146e89ad557b6.zip |
ppc stable wrt bug #540844
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index 3364096018bc..3640a6489552 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.76 2015/05/09 11:53:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.77 2015/05/15 11:18:24 pacho Exp $ + + 15 May 2015; Pacho Ramos <pacho@gentoo.org> fcitx-4.2.8.5.ebuild: + ppc stable wrt bug #540844 09 May 2015; Ben de Groot <yngwin@gentoo.org> fcitx-4.2.8.5.ebuild, fcitx-4.2.8.6.ebuild: diff --git a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild b/app-i18n/fcitx/fcitx-4.2.8.5.ebuild index e2c094cdfdab..98d581e855b8 100644 --- a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.4 2015/05/09 11:53:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.5 2015/05/15 11:18:24 pacho Exp $ EAPI=5 inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo @@ -11,7 +11,7 @@ SRC_URI="http://download.fcitx-im.org/fcitx/${P}_dict.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~hppa ppc ppc64 ~x86" IUSE="+X +autostart +cairo +dbus debug +enchant gtk gtk3 icu introspection lua nls opencc +pango qt4 static-libs +table test +xml" |