diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:21:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:21:35 +0000 |
commit | 21fbea56be516508d05f98d28e185396b5941d5e (patch) | |
tree | 93fcfd570c7240b1e25208f334ddcb2e64022049 /app-arch/unzip | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-21fbea56be516508d05f98d28e185396b5941d5e.tar.gz gentoo-2-21fbea56be516508d05f98d28e185396b5941d5e.tar.bz2 gentoo-2-21fbea56be516508d05f98d28e185396b5941d5e.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.52-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild index 2ee7aa686839..b661fd8bce67 100644 --- a/app-arch/unzip/unzip-5.52-r1.ebuild +++ b/app-arch/unzip/unzip-5.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.11 2006/08/05 07:48:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.12 2006/08/06 16:21:35 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |