diff options
author | 2015-06-25 12:55:25 +0000 | |
---|---|---|
committer | 2015-06-25 12:55:25 +0000 | |
commit | f371e50807a506d32252c10d7a46e083f4f4d54a (patch) | |
tree | c7f2735765cee65834de28cd0e3ad768ca382a9f /sys-devel/gettext | |
parent | Add 2.6.32.108.5 that fixes security issues (https://bugzilla.openvz.org/show... (diff) | |
download | gentoo-2-f371e50807a506d32252c10d7a46e083f4f4d54a.tar.gz gentoo-2-f371e50807a506d32252c10d7a46e083f4f4d54a.tar.bz2 gentoo-2-f371e50807a506d32252c10d7a46e083f4f4d54a.zip |
Stable for ppc and ppc64. Bug #551828.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.19.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 8909f5a69e5d..d839b66b9259 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.265 2015/06/25 12:40:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.266 2015/06/25 12:55:25 blueness Exp $ + + 25 Jun 2015; Anthony G. Basile <blueness@gentoo.org> gettext-0.19.4.ebuild: + Stable for ppc and ppc64. Bug #551828. 25 Jun 2015; Anthony G. Basile <blueness@gentoo.org> gettext-0.19.4.ebuild: Stable for arm. Bug #551828. diff --git a/sys-devel/gettext/gettext-0.19.4.ebuild b/sys-devel/gettext/gettext-0.19.4.ebuild index 241673a15989..4810b2451aeb 100644 --- a/sys-devel/gettext/gettext-0.19.4.ebuild +++ b/sys-devel/gettext/gettext-0.19.4.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.4.ebuild,v 1.3 2015/06/25 12:40:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 1.4 2015/06/25 12:55:25 blueness 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" # only runtime goes multilib |