diff options
author | 2007-07-02 12:42:53 +0000 | |
---|---|---|
committer | 2007-07-02 12:42:53 +0000 | |
commit | f37f2f289ad51e0357464744649ba70074c3c161 (patch) | |
tree | a02847a72717a4be7b1c4fdf8333b1a34ec076f3 /app-arch/gzip | |
parent | Stable on sparc wrt #183835 (diff) | |
download | gentoo-2-f37f2f289ad51e0357464744649ba70074c3c161.tar.gz gentoo-2-f37f2f289ad51e0357464744649ba70074c3c161.tar.bz2 gentoo-2-f37f2f289ad51e0357464744649ba70074c3c161.zip |
Stable on amd64 wrt bug #183829
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index ada53a7d5550..8527daab0b4b 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.90 2007/07/02 04:20:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.91 2007/07/02 12:42:53 angelos Exp $ + + 02 Jul 2007; Christoph Mende <angelos@gentoo.org> gzip-1.3.12.ebuild: + Stable on amd64 wrt bug #183829 02 Jul 2007; Jeroen Roovers <jer@gentoo.org> gzip-1.3.12.ebuild: Stable for HPPA (bug #183829). diff --git a/app-arch/gzip/gzip-1.3.12.ebuild b/app-arch/gzip/gzip-1.3.12.ebuild index e44ab28367c3..9ff2a5129889 100644 --- a/app-arch/gzip/gzip-1.3.12.ebuild +++ b/app-arch/gzip/gzip-1.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.8 2007/07/02 04:20:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.9 2007/07/02 12:42:53 angelos 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls static pic" RDEPEND="" |