diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-08 21:42:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-08 21:42:20 +0000 |
commit | f81b2cb81fd36da69eba4605f86361a901f38fbc (patch) | |
tree | c7bb5ce99b544e6e4f9dec0fbbd4b1512a289278 /sys-devel | |
parent | Stable for HPPA (bug #534812). (diff) | |
download | gentoo-2-f81b2cb81fd36da69eba4605f86361a901f38fbc.tar.gz gentoo-2-f81b2cb81fd36da69eba4605f86361a901f38fbc.tar.bz2 gentoo-2-f81b2cb81fd36da69eba4605f86361a901f38fbc.zip |
Stable for HPPA (bug #528242).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.19.3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 274c1fa34b01..b46183ada1bd 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.253 2014/12/24 12:59:55 polynomial-c Exp $ +# 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 $ + + 08 Jan 2015; Jeroen Roovers <jer@gentoo.org> gettext-0.19.3.ebuild: + Stable for HPPA (bug #528242). *gettext-0.19.4 (24 Dec 2014) diff --git a/sys-devel/gettext/gettext-0.19.3.ebuild b/sys-devel/gettext/gettext-0.19.3.ebuild index f67a0f80b17e..9bac3cd4974d 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-2014 Gentoo Foundation +# 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.1 2014/10/17 16:25:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.2 2015/01/08 21:42:20 jer 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="" + KEYWORDS="hppa" S="${WORKDIR}/${P/_/-}" fi |