diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-14 21:37:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-14 21:37:38 +0000 |
commit | 762f2ecf8abbe9337ca2b6830aea5c5bd50f5cc2 (patch) | |
tree | 5a03e7c2d5e6c87826769d4a683faa8c3944b468 /app-arch | |
parent | kernel-mod -> linux-mod; remove timeout from usb module for kernels >= 2.6.9 ... (diff) | |
download | gentoo-2-762f2ecf8abbe9337ca2b6830aea5c5bd50f5cc2.tar.gz gentoo-2-762f2ecf8abbe9337ca2b6830aea5c5bd50f5cc2.tar.bz2 gentoo-2-762f2ecf8abbe9337ca2b6830aea5c5bd50f5cc2.zip |
Stable on alpha, bug 70825.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.5-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 38dc463ef04c..655e5c1bf118 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.41 2004/12/14 15:50:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.42 2004/12/14 21:37:38 kloeri Exp $ + + 14 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> gzip-1.3.5-r4.ebuild: + Stable on alpha, bug 70825. 14 Dec 2004; Markus Rothe <corsair@gentoo.org> gzip-1.3.5-r4.ebuild: Stable on ppc64 diff --git a/app-arch/gzip/gzip-1.3.5-r4.ebuild b/app-arch/gzip/gzip-1.3.5-r4.ebuild index 0c98c623a105..81c33b4ef5d4 100644 --- a/app-arch/gzip/gzip-1.3.5-r4.ebuild +++ b/app-arch/gzip/gzip-1.3.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r4.ebuild,v 1.6 2004/12/14 15:50:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r4.ebuild,v 1.7 2004/12/14 21:37:38 kloeri Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/g/gzip/gzip_${PV}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86" IUSE="nls build static pic" RDEPEND="virtual/libc" |