diff options
author | 2004-07-14 22:24:48 +0000 | |
---|---|---|
committer | 2004-07-14 22:24:48 +0000 | |
commit | b23ce8a358bf8a85d1d5a1d33217160748a6e753 (patch) | |
tree | 91e5d415d61fcc06e4678123cff25a1c40c5467c /dev-scheme/bigloo/bigloo-2.5a.ebuild | |
parent | SOAP extension properly enabled now (diff) | |
download | gentoo-2-b23ce8a358bf8a85d1d5a1d33217160748a6e753.tar.gz gentoo-2-b23ce8a358bf8a85d1d5a1d33217160748a6e753.tar.bz2 gentoo-2-b23ce8a358bf8a85d1d5a1d33217160748a6e753.zip |
sync IUSE (+java)
Diffstat (limited to 'dev-scheme/bigloo/bigloo-2.5a.ebuild')
-rw-r--r-- | dev-scheme/bigloo/bigloo-2.5a.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-scheme/bigloo/bigloo-2.5a.ebuild b/dev-scheme/bigloo/bigloo-2.5a.ebuild index f658274f3ca6..dcc76e2a36fb 100644 --- a/dev-scheme/bigloo/bigloo-2.5a.ebuild +++ b/dev-scheme/bigloo/bigloo-2.5a.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-scheme/bigloo/bigloo-2.5a.ebuild,v 1.2 2004/06/25 02:06:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-2.5a.ebuild,v 1.3 2004/07/14 22:24:48 agriffis Exp $ S=${WORKDIR}/${PN}${PV} DESCRIPTION="Bigloo Scheme compiler for x86, sparc, alpha, ppc and JVM" @@ -11,6 +11,7 @@ DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="java" src_compile() { local myconf |