diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:47:56 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:47:56 +0000 |
commit | 9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e (patch) | |
tree | 9e0072bcf249a679b18f567dc67e99b698961ebf /dev-util/jarwizard | |
parent | depend on app-arch/ (Manifest recommit) (diff) | |
download | gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.tar.gz gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.tar.bz2 gentoo-2-9715cf84fda2cbebea3ae13fa1c7c8a33fc2ca8e.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r-- | dev-util/jarwizard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/jarwizard/jarwizard-2.34.ebuild | 3 |
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" |