diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:47:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:47:36 +0000 |
commit | df3884cffbaccdf9207a0b71f4bdecd6bde33929 (patch) | |
tree | 7313824d105bd3d5cb5d597dea4083ed9329620e /dev-util/jarwizard | |
parent | Fix use invocation (diff) | |
download | historical-df3884cffbaccdf9207a0b71f4bdecd6bde33929.tar.gz historical-df3884cffbaccdf9207a0b71f4bdecd6bde33929.tar.bz2 historical-df3884cffbaccdf9207a0b71f4bdecd6bde33929.zip |
Fix use invocation
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r-- | dev-util/jarwizard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/jarwizard/jarwizard-2.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/jarwizard/ChangeLog b/dev-util/jarwizard/ChangeLog index 43a03c24a805..859dbd7fc78d 100644 --- a/dev-util/jarwizard/ChangeLog +++ b/dev-util/jarwizard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jarwizard # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.1 2004/04/11 21:43:07 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.2 2004/06/03 17:47:36 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> jarwizard-2.34.ebuild: + Fix use invocation *jarwizard-2.34 (11 Apr 2004) diff --git a/dev-util/jarwizard/jarwizard-2.34.ebuild b/dev-util/jarwizard/jarwizard-2.34.ebuild index 52fe7d09381c..51b739893fb9 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 Technologies, Inc. # 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.1 2004/04/11 21:43:07 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.2 2004/06/03 17:47:36 agriffis Exp $ inherit java-pkg @@ -18,7 +18,7 @@ RDEPEND=">=virtual/jre-1.3" S="${WORKDIR}/${PN}" src_compile() { - if [ -n "`use jikes`" ] ; then + if use jikes ; then jikes -O -source 1.3 *.java else javac -g:none -source 1.3 *.java |