diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-08 22:04:57 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-08 22:04:57 +0000 |
commit | f7c945efec598f19b45f43907b85c9979016acb0 (patch) | |
tree | 578751d5c5cf198f798050d9ba725bf0f7f6bb83 /sys-devel/gettext | |
parent | Stable for HPPA (bug #534804). (diff) | |
download | gentoo-2-f7c945efec598f19b45f43907b85c9979016acb0.tar.gz gentoo-2-f7c945efec598f19b45f43907b85c9979016acb0.tar.bz2 gentoo-2-f7c945efec598f19b45f43907b85c9979016acb0.zip |
amd64 stable wrt bug #528242
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index b46183ada1bd..75056a291b08 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.254 2015/01/08 21:42:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.255 2015/01/08 22:04:57 zlogene Exp $ + + 08 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> gettext-0.19.3.ebuild: + amd64 stable wrt bug #528242 08 Jan 2015; Jeroen Roovers <jer@gentoo.org> gettext-0.19.3.ebuild: Stable for HPPA (bug #528242). diff --git a/sys-devel/gettext/gettext-0.19.3.ebuild b/sys-devel/gettext/gettext-0.19.3.ebuild index 9bac3cd4974d..579693c61f8c 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.2 2015/01/08 21:42:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.3 2015/01/08 22:04:57 zlogene Exp $ EAPI="4" @@ -12,12 +12,12 @@ 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 SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.xz" - KEYWORDS="hppa" + KEYWORDS="amd64 hppa" S="${WORKDIR}/${P/_/-}" fi |