diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-03 21:05:19 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-03 21:05:19 +0000 |
commit | b147b150b7e5730e0f767f8b2a1faac031348aa4 (patch) | |
tree | 69327f19d9580a46363100bf32902004f5d6d6a5 /app-arch/gzip | |
parent | Fixed compilation with gcc2. Closes bug #86469 thanks to Matt Taylor <liverb... (diff) | |
download | gentoo-2-b147b150b7e5730e0f767f8b2a1faac031348aa4.tar.gz gentoo-2-b147b150b7e5730e0f767f8b2a1faac031348aa4.tar.bz2 gentoo-2-b147b150b7e5730e0f767f8b2a1faac031348aa4.zip |
Stable on hppa.
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/ChangeLog | 4 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.5-r6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 7913220746f5..2bfe919f0746 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.51 2005/05/03 20:05:33 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.52 2005/05/03 21:05:04 hansmi Exp $ 03 May 2005; Michael Hanselmann <hansmi@gentoo.org> gzip-1.3.5-r6.ebuild: - Stable on ppc. + Stable on ppc and hppa. 03 May 2005; Olivier Crête <tester@gentoo.org> gzip-1.3.5-r6.ebuild: Stable on x86 per security bug #89946 diff --git a/app-arch/gzip/gzip-1.3.5-r6.ebuild b/app-arch/gzip/gzip-1.3.5-r6.ebuild index 220ab79b4d5a..7bdd4163a952 100644 --- a/app-arch/gzip/gzip-1.3.5-r6.ebuild +++ b/app-arch/gzip/gzip-1.3.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r6.ebuild,v 1.6 2005/05/03 20:05:33 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r6.ebuild,v 1.7 2005/05/03 21:05:04 hansmi Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="nls build static pic" RDEPEND="" |