diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 05:51:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 05:51:29 +0000 |
commit | 5561614ac63323040bd773e0a01f54ea96cec843 (patch) | |
tree | 43317f0207e62ed6bc514d0b97e4b435ac8d230a /app-arch/unzip/unzip-5.50-r2.ebuild | |
parent | Bumping to newest upstream revision - 1.6.7. Marking 1.6.6-r1 as x86. (Manife... (diff) | |
download | gentoo-2-5561614ac63323040bd773e0a01f54ea96cec843.tar.gz gentoo-2-5561614ac63323040bd773e0a01f54ea96cec843.tar.bz2 gentoo-2-5561614ac63323040bd773e0a01f54ea96cec843.zip |
header fix; arm needs deps first
Diffstat (limited to 'app-arch/unzip/unzip-5.50-r2.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild index 2979878b53f3..9de2966b23e3 100644 --- a/app-arch/unzip/unzip-5.50-r2.ebuild +++ b/app-arch/unzip/unzip-5.50-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.6 2003/10/03 12:42:42 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.7 2004/02/22 05:50:29 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="x86 ppc alpha hppa mips arm amd64 ia64 sparc" +KEYWORDS="x86 ppc alpha hppa mips amd64 ia64 sparc" DEPEND="virtual/glibc >=sys-apps/sed-4" |