diff options
Diffstat (limited to 'dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild')
-rw-r--r-- | dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild index 88801164ab0b..a7f760d0a1c7 100644 --- a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild +++ b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.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-20030217.ebuild,v 1.3 2004/10/20 05:41:24 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/cryptix-jce-bin-20030217.ebuild,v 1.4 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} |