diff options
author | 2007-04-01 07:39:51 +0000 | |
---|---|---|
committer | 2007-04-01 07:39:51 +0000 | |
commit | b9c63f4954c648a635ea30f974234ffd30e1dc0c (patch) | |
tree | 8274f32073d5ee6a45467c32aac1818693c60f76 /app-arch/zip | |
parent | arm/ia64/s390/sh stable (diff) | |
download | gentoo-2-b9c63f4954c648a635ea30f974234ffd30e1dc0c.tar.gz gentoo-2-b9c63f4954c648a635ea30f974234ffd30e1dc0c.tar.bz2 gentoo-2-b9c63f4954c648a635ea30f974234ffd30e1dc0c.zip |
arm/ia64/s390/sh stable
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-arch/zip')
-rw-r--r-- | app-arch/zip/zip-2.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zip/zip-2.32.ebuild b/app-arch/zip/zip-2.32.ebuild index cba94406fd2b..2eb657d2a587 100644 --- a/app-arch/zip/zip-2.32.ebuild +++ b/app-arch/zip/zip-2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.32.ebuild,v 1.4 2007/03/22 18:15:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.32.ebuild,v 1.5 2007/04/01 07:39:51 vapier Exp $ inherit toolchain-funcs eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/zip${PV//.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="crypt" DEPEND="" |