diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-14 15:50:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-14 15:50:39 +0000 |
commit | 4961379c4f210be3321e5ffb73ec894220347287 (patch) | |
tree | 3c6020bbfb01e536d62bee05c19f93c27499fce7 /app-arch | |
parent | Update maintainer to me, add a -r1 with usb automount support based on usefla... (diff) | |
download | gentoo-2-4961379c4f210be3321e5ffb73ec894220347287.tar.gz gentoo-2-4961379c4f210be3321e5ffb73ec894220347287.tar.bz2 gentoo-2-4961379c4f210be3321e5ffb73ec894220347287.zip |
stable on ppc64
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 469ca5db3b18..38dc463ef04c 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.40 2004/12/14 14:44:19 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.41 2004/12/14 15:50:39 corsair Exp $ + + 14 Dec 2004; Markus Rothe <corsair@gentoo.org> gzip-1.3.5-r4.ebuild: + Stable on ppc64 14 Dec 2004; Guy Martin <gmsoft@gentoo.org> gzip-1.3.5-r4.ebuild: Stable on hppa. diff --git a/app-arch/gzip/gzip-1.3.5-r4.ebuild b/app-arch/gzip/gzip-1.3.5-r4.ebuild index 7c781dcd7f76..0c98c623a105 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.5 2004/12/14 14:44:19 gmsoft Exp $ +# $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 $ 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" |