diff options
author | 2015-02-23 10:48:20 +0000 | |
---|---|---|
committer | 2015-02-23 10:48:20 +0000 | |
commit | d0da03a175ae7c8236104db300475c1ae478cd91 (patch) | |
tree | 7554dc74499b4cdb7b6ad048a7a6c1ec7d2214ea /sys-devel/gettext | |
parent | Stable for sparc, wrt bug #530652 (diff) | |
download | gentoo-2-d0da03a175ae7c8236104db300475c1ae478cd91.tar.gz gentoo-2-d0da03a175ae7c8236104db300475c1ae478cd91.tar.bz2 gentoo-2-d0da03a175ae7c8236104db300475c1ae478cd91.zip |
Stable for ppc, wrt bug #528242
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.19.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 7f199bfea44b..e61bf0edd6a4 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.258 2015/02/04 09:12:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.259 2015/02/23 10:48:20 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gettext-0.19.3.ebuild: + Stable for ppc, wrt bug #528242 04 Feb 2015; Pacho Ramos <pacho@gentoo.org> gettext-0.19.3.ebuild: ia64 stable, bug #528242 by Émeric Maschino diff --git a/sys-devel/gettext/gettext-0.19.3.ebuild b/sys-devel/gettext/gettext-0.19.3.ebuild index f5888767799b..108b342d5dee 100644 --- a/sys-devel/gettext/gettext-0.19.3.ebuild +++ b/sys-devel/gettext/gettext-0.19.3.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/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.6 2015/02/04 09:12:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.7 2015/02/23 10:48:20 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl" if [[ ${PV} =~ _rc ]] ; then |