diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:14:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-16 04:14:39 +0000 |
commit | ac7d11dba9c40a04344a6007e70a9ac21ca60876 (patch) | |
tree | 9d675304c74cfc14efa119223eff64faa1e2a822 /app-arch/unzip | |
parent | add back in missing arm love (diff) | |
download | gentoo-2-ac7d11dba9c40a04344a6007e70a9ac21ca60876.tar.gz gentoo-2-ac7d11dba9c40a04344a6007e70a9ac21ca60876.tar.bz2 gentoo-2-ac7d11dba9c40a04344a6007e70a9ac21ca60876.zip |
amd64 arm hppa ia64 m68k s390 sh x86 stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild index 1e3ce96977b6..095bdb30102e 100644 --- a/app-arch/unzip/unzip-5.52.ebuild +++ b/app-arch/unzip/unzip-5.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.3 2005/07/23 23:10:31 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.4 2005/08/16 04:14:39 vapier Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc x86" IUSE="" DEPEND="" |