diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-10 16:43:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-10 16:43:39 +0000 |
commit | a2c5c600918f99271c6dfb73d1b9d27d2ae27f51 (patch) | |
tree | ee276a9c29f6d4fed6d1eb3706c36dfa402e660a /app-arch/gzip | |
parent | Stable for HPPA (bug #300713). (diff) | |
download | gentoo-2-a2c5c600918f99271c6dfb73d1b9d27d2ae27f51.tar.gz gentoo-2-a2c5c600918f99271c6dfb73d1b9d27d2ae27f51.tar.bz2 gentoo-2-a2c5c600918f99271c6dfb73d1b9d27d2ae27f51.zip |
Stable for HPPA (bug #300943).
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index f86451d55671..e783c1b1ee6a 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.104 2010/02/10 16:10:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.105 2010/02/10 16:43:39 jer Exp $ + + 10 Feb 2010; Jeroen Roovers <jer@gentoo.org> gzip-1.4.ebuild: + Stable for HPPA (bug #300943). 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> gzip-1.4.ebuild: Marked ppc/ppc64 stable for bug #300943. diff --git a/app-arch/gzip/gzip-1.4.ebuild b/app-arch/gzip/gzip-1.4.ebuild index 9fa30985da35..3e577817776c 100644 --- a/app-arch/gzip/gzip-1.4.ebuild +++ b/app-arch/gzip/gzip-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.4.ebuild,v 1.2 2010/02/10 16:10:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.4.ebuild,v 1.3 2010/02/10 16:43:39 jer Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls pic static" RDEPEND="" |