diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:37:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:37:26 +0000 |
commit | 9c48a8a94a28fd7e555e3398a1e8a08a60d13157 (patch) | |
tree | 36090f91a41af8bf90f05ccb258a3a04c12573c4 /dev-java/antlr | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-9c48a8a94a28fd7e555e3398a1e8a08a60d13157.tar.gz gentoo-2-9c48a8a94a28fd7e555e3398a1e8a08a60d13157.tar.bz2 gentoo-2-9c48a8a94a28fd7e555e3398a1e8a08a60d13157.zip |
sync IUSE (-jikes), trim trailing whitespace
Diffstat (limited to 'dev-java/antlr')
-rw-r--r-- | dev-java/antlr/antlr-2.7.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/antlr/antlr-2.7.3.ebuild b/dev-java/antlr/antlr-2.7.3.ebuild index 552712cb5896..8a21676744d3 100644 --- a/dev-java/antlr/antlr-2.7.3.ebuild +++ b/dev-java/antlr/antlr-2.7.3.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/antlr/antlr-2.7.3.ebuild,v 1.4 2004/06/27 16:25:04 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.3.ebuild,v 1.5 2004/07/14 01:37:26 agriffis Exp $ inherit java-pkg @@ -11,7 +11,7 @@ DEPEND=">=virtual/jdk-1.2" SLOT="0" LICENSE="ANTLR" KEYWORDS="x86 ppc ~sparc amd64" -IUSE="jikes" +IUSE="" src_compile() { econf || die @@ -28,4 +28,3 @@ src_install () { cd lib/cpp make DESTDIR=$D install } - |