summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 22:26:31 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 22:26:31 +0000
commit9ad658d866469be430a8f0fd120509777e71e802 (patch)
tree8e6d11e783379f9826cb22c5bb8df3c1a2d64e1d /dev-scheme
parentsync IUSE (+dvdread, +flac, +joystick, +mad, +mmx, -altivec, -kde, -matroska,... (diff)
downloadgentoo-2-9ad658d866469be430a8f0fd120509777e71e802.tar.gz
gentoo-2-9ad658d866469be430a8f0fd120509777e71e802.tar.bz2
gentoo-2-9ad658d866469be430a8f0fd120509777e71e802.zip
sync IUSE (-expat, -ipcs), trim trailing whitespace
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild6
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"