diff options
author | 2006-03-14 03:17:09 +0000 | |
---|---|---|
committer | 2006-03-14 03:17:09 +0000 | |
commit | da6f880191157068f0621153edbfe1322d52ba2d (patch) | |
tree | b863c4dad3bd5a07e53beb88e3af7cf18758a021 /app-arch/zip/zip-2.31.ebuild | |
parent | Fix execstack markings on x86 and fixes by Roberto Teichmann for USE=crypt su... (diff) | |
download | gentoo-2-da6f880191157068f0621153edbfe1322d52ba2d.tar.gz gentoo-2-da6f880191157068f0621153edbfe1322d52ba2d.tar.bz2 gentoo-2-da6f880191157068f0621153edbfe1322d52ba2d.zip |
Stable on SPARC wrt bug #126101.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-arch/zip/zip-2.31.ebuild')
-rw-r--r-- | app-arch/zip/zip-2.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zip/zip-2.31.ebuild b/app-arch/zip/zip-2.31.ebuild index b5dcd4ee9f3c..651553c6ba52 100644 --- a/app-arch/zip/zip-2.31.ebuild +++ b/app-arch/zip/zip-2.31.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/zip/zip-2.31.ebuild,v 1.3 2006/03/14 03:01:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.31.ebuild,v 1.4 2006/03/14 03:17:09 weeve 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 )" |