diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:26:41 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:26:41 +0000 |
commit | d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d (patch) | |
tree | 02e83eef2e5f95d1b6917f83e1adf20a1e780383 /dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild | |
parent | depend on app-arch/unzip (Manifest recommit) (diff) | |
download | gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.gz gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.tar.bz2 gentoo-2-d279eac5e0dc0d3fb8c4efb3bb392aa0be82fb9d.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild')
-rw-r--r-- | dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild index b087c502e5ea..e0125ebbdd80 100644 --- a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild +++ b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.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/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild,v 1.1 2004/10/20 05:41:24 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild,v 1.2 2004/11/03 11:24:40 axxo Exp $ inherit java-pkg @@ -11,7 +11,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" LICENSE="GPL-2" SLOT="0" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND=">=virtual/jdk-1.2" S=${WORKDIR} |