summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-11-03 11:49:42 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-11-03 11:49:42 +0000
commite792ceb7d6a0d47800099bb6ae7badfdba3b9b63 (patch)
tree7bec936d6bc1fb04d0d9189c2d251779f0c21fa6 /dev-util/jarwizard
parentdepend on app-arch/unzip (diff)
downloadhistorical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.tar.gz
historical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.tar.bz2
historical-e792ceb7d6a0d47800099bb6ae7badfdba3b9b63.zip
depend on app-arch/unzip
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r--dev-util/jarwizard/ChangeLog5
-rw-r--r--dev-util/jarwizard/jarwizard-2.34.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/jarwizard/ChangeLog b/dev-util/jarwizard/ChangeLog
index 5ca2d7142d5e..ee588fd6193e 100644
--- a/dev-util/jarwizard/ChangeLog
+++ b/dev-util/jarwizard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/jarwizard
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.3 2004/06/25 02:37:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.4 2004/11/03 11:47:56 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> jarwizard-2.34.ebuild:
+ depend on app-arch/unzip
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> jarwizard-2.34.ebuild:
Fix use invocation
diff --git a/dev-util/jarwizard/jarwizard-2.34.ebuild b/dev-util/jarwizard/jarwizard-2.34.ebuild
index ebeb2b0c2516..f2e34582d5f7 100644
--- a/dev-util/jarwizard/jarwizard-2.34.ebuild
+++ b/dev-util/jarwizard/jarwizard-2.34.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-util/jarwizard/jarwizard-2.34.ebuild,v 1.3 2004/06/25 02:37:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.4 2004/11/03 11:47:56 axxo Exp $
inherit java-pkg
@@ -12,6 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 ~sparc ~alpha ~ppc"
IUSE="jikes"
DEPEND=">=virtual/jdk-1.3
+ app-arch/unzip
jikes? ( >=dev-java/jikes-1.16 )"
RDEPEND=">=virtual/jre-1.3"