diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:26:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:26:31 +0000 |
commit | f3d1c17501f8a7f86e3ca0913bc5f4dd991fc853 (patch) | |
tree | 2e1e0a7404ec6f946b395c40e68092aa72afce2e /dev-scheme | |
parent | sync IUSE (+dvdread, +flac, +joystick, +mad, +mmx, -altivec, -kde, -matroska,... (diff) | |
download | historical-f3d1c17501f8a7f86e3ca0913bc5f4dd991fc853.tar.gz historical-f3d1c17501f8a7f86e3ca0913bc5f4dd991fc853.tar.bz2 historical-f3d1c17501f8a7f86e3ca0913bc5f4dd991fc853.zip |
sync IUSE (-expat, -ipcs), trim trailing whitespace
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild index 1cb839f5c9a9..40db5f1c1215 100644 --- a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild +++ b/dev-scheme/bigloo-lib/bigloo-lib-0.17.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-lib/bigloo-lib-0.17.ebuild,v 1.3 2004/06/30 17:21:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.4 2004/07/14 22:26:31 agriffis Exp $ DESCRIPTION="Bigloo support libraries" HOMEPAGE="http://bigloo-lib.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/bigloo-lib/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" -IUSE="nls gtk postgres mysql gtk2 ipcs gd ldap X gdbm expat" +IUSE="X gd gdbm gtk gtk2 ldap mysql nls postgres" DEPEND=">=dev-scheme/bigloo-2.4 X? ( virtual/x11 ) @@ -24,7 +24,7 @@ DEPEND=">=dev-scheme/bigloo-2.4 src_compile() { local myconf # readline support is flaky -# myconf="--with-commandline" +# myconf="--with-commandline" use gd && \ myconf="${myconf} --with-gd" \ || myconf="${myconf} --without-gd" |