diff options
Diffstat (limited to 'app-arch/gzip/gzip-1.3.5-r3.ebuild')
-rw-r--r-- | app-arch/gzip/gzip-1.3.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gzip/gzip-1.3.5-r3.ebuild b/app-arch/gzip/gzip-1.3.5-r3.ebuild index d5a5d3436b11..34b07d0a438f 100644 --- a/app-arch/gzip/gzip-1.3.5-r3.ebuild +++ b/app-arch/gzip/gzip-1.3.5-r3.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-r3.ebuild,v 1.7 2004/11/18 21:23:28 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r3.ebuild,v 1.8 2004/11/18 21:39:55 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" |