diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-01 05:53:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-01 05:53:47 +0000 |
commit | 19cfcdbb3fe124c2702b90f6578980f7ed9f0a10 (patch) | |
tree | f65d8f7057a078df5b933ec0f78a1647724e7c86 /app-i18n | |
parent | Stable for PPC64 (bug #540844). (diff) | |
download | gentoo-2-19cfcdbb3fe124c2702b90f6578980f7ed9f0a10.tar.gz gentoo-2-19cfcdbb3fe124c2702b90f6578980f7ed9f0a10.tar.bz2 gentoo-2-19cfcdbb3fe124c2702b90f6578980f7ed9f0a10.zip |
Stable for PPC64 (bug #540844).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-table-extra/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/fcitx-table-extra/ChangeLog b/app-i18n/fcitx-table-extra/ChangeLog index c1c493e43d94..cbd8e14af5b1 100644 --- a/app-i18n/fcitx-table-extra/ChangeLog +++ b/app-i18n/fcitx-table-extra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx-table-extra # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.10 2015/04/19 12:06:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/ChangeLog,v 1.11 2015/05/01 05:53:47 jer Exp $ + + 01 May 2015; Jeroen Roovers <jer@gentoo.org> fcitx-table-extra-0.3.6.ebuild: + Stable for PPC64 (bug #540844). 19 Apr 2015; Anthony G. Basile <blueness@gentoo.org> fcitx-table-extra-0.3.3.ebuild, fcitx-table-extra-0.3.4.ebuild, diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.ebuild index bed196778805..492289df0b9b 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.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-table-extra/fcitx-table-extra-0.3.6.ebuild,v 1.2 2015/04/19 12:06:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.6.ebuild,v 1.3 2015/05/01 05:53:47 jer Exp $ EAPI=5 inherit cmake-utils gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" IUSE="" RDEPEND=">=app-i18n/fcitx-4.2.8[table]" |