diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 02:00:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 02:00:03 +0000 |
commit | 6890c6888afcc3cf98875065a92b639e135d0324 (patch) | |
tree | b0001a581da6b004b4abff75de5caef5ada710ef /dev-java/sablecc/sablecc-2.18.2.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-6890c6888afcc3cf98875065a92b639e135d0324.tar.gz gentoo-2-6890c6888afcc3cf98875065a92b639e135d0324.tar.bz2 gentoo-2-6890c6888afcc3cf98875065a92b639e135d0324.zip |
Fix use invocation
Diffstat (limited to 'dev-java/sablecc/sablecc-2.18.2.ebuild')
-rw-r--r-- | dev-java/sablecc/sablecc-2.18.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sablecc/sablecc-2.18.2.ebuild b/dev-java/sablecc/sablecc-2.18.2.ebuild index cf1e9312727b..caab47ae0538 100644 --- a/dev-java/sablecc/sablecc-2.18.2.ebuild +++ b/dev-java/sablecc/sablecc-2.18.2.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-java/sablecc/sablecc-2.18.2.ebuild,v 1.3 2004/05/03 21:57:49 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/sablecc-2.18.2.ebuild,v 1.4 2004/06/03 01:59:13 agriffis Exp $ inherit java-pkg @@ -20,7 +20,7 @@ RDEPEND=">=virtual/jre-1.4" src_compile () { local antflags="jar" - if [ `use jikes` ] ; then + if use jikes ; then :; # Do nothing, jikes is enable by default else antflags="${antflags} -Dbuild.compiler=modern" |