diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:27:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:27:40 +0000 |
commit | c4467ac14c3c4bd86a21d0e75e9ea0bafb80e217 (patch) | |
tree | 264d65ab888f31fc9c6f2b2b42b146e734964192 /sys-devel/gettext | |
parent | Stable for sparc, wrt bug #534914 (diff) | |
download | gentoo-2-c4467ac14c3c4bd86a21d0e75e9ea0bafb80e217.tar.gz gentoo-2-c4467ac14c3c4bd86a21d0e75e9ea0bafb80e217.tar.bz2 gentoo-2-c4467ac14c3c4bd86a21d0e75e9ea0bafb80e217.zip |
Stable for sparc, wrt bug #528242
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 82d258ed0a10..580eb257dbbe 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.260 2015/02/23 10:48:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.261 2015/02/27 11:27:40 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gettext-0.19.3.ebuild: + Stable for sparc, wrt bug #528242 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gettext-0.19.3.ebuild: Stable for ppc64, wrt bug #528242 diff --git a/sys-devel/gettext/gettext-0.19.3.ebuild b/sys-devel/gettext/gettext-0.19.3.ebuild index dfa3e1d0c1dd..6998f24d1793 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.8 2015/02/23 10:48:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.9 2015/02/27 11:27:40 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 |