diff options
author | 2004-11-06 21:41:31 +0000 | |
---|---|---|
committer | 2004-11-06 21:41:31 +0000 | |
commit | b564b017236c885551f721e4bc6542b5b9e31431 (patch) | |
tree | 7692a8670931f2679674de2674df661dcade2f56 /app-arch/zip/zip-2.3-r4.ebuild | |
parent | Fix for the kNFSd security vulnerability, bug #62524 and the CAN-2004-0814 vu... (diff) | |
download | historical-b564b017236c885551f721e4bc6542b5b9e31431.tar.gz historical-b564b017236c885551f721e4bc6542b5b9e31431.tar.bz2 historical-b564b017236c885551f721e4bc6542b5b9e31431.zip |
Stable on ppc, bug #70227.
Diffstat (limited to 'app-arch/zip/zip-2.3-r4.ebuild')
-rw-r--r-- | app-arch/zip/zip-2.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zip/zip-2.3-r4.ebuild b/app-arch/zip/zip-2.3-r4.ebuild index 340310cbe69b..f70a4f9b374b 100644 --- a/app-arch/zip/zip-2.3-r4.ebuild +++ b/app-arch/zip/zip-2.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r4.ebuild,v 1.7 2004/11/06 21:12:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r4.ebuild,v 1.8 2004/11/06 21:41:31 pylon Exp $ inherit toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${PN}${PV/./}.tar.gz LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="crypt" DEPEND="crypt? ( app-arch/unzip )" |