diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-14 03:01:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-14 03:01:34 +0000 |
commit | 320d9da083108232ec6b9a0a7cbe91987d05a4cd (patch) | |
tree | 8b0d56aa7dcec93d458c7fc27cb940f710e67826 /app-arch | |
parent | modular X deps (diff) | |
download | gentoo-2-320d9da083108232ec6b9a0a7cbe91987d05a4cd.tar.gz gentoo-2-320d9da083108232ec6b9a0a7cbe91987d05a4cd.tar.bz2 gentoo-2-320d9da083108232ec6b9a0a7cbe91987d05a4cd.zip |
stabilize
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zip/zip-2.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/zip/zip-2.31.ebuild b/app-arch/zip/zip-2.31.ebuild index 57f9c33a5460..b5dcd4ee9f3c 100644 --- a/app-arch/zip/zip-2.31.ebuild +++ b/app-arch/zip/zip-2.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.31.ebuild,v 1.2 2005/07/23 23:11:35 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.31.ebuild,v 1.3 2006/03/14 03:01:34 vapier Exp $ inherit toolchain-funcs eutils @@ -11,7 +11,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 ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~x86" IUSE="crypt" DEPEND="crypt? ( app-arch/unzip )" |