summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 23:01:53 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 23:01:53 +0000
commit1bf25403132fc4849e65c16329993ce96f172999 (patch)
tree28911122270dbc416f9a9d44433f7ebb3249be8a /gnome-extra/guppi/guppi-0.40.3-r1.ebuild
parentStable on mips. (diff)
downloadhistorical-1bf25403132fc4849e65c16329993ce96f172999.tar.gz
historical-1bf25403132fc4849e65c16329993ce96f172999.tar.bz2
historical-1bf25403132fc4849e65c16329993ce96f172999.zip
Fix use invocation
Diffstat (limited to 'gnome-extra/guppi/guppi-0.40.3-r1.ebuild')
-rw-r--r--gnome-extra/guppi/guppi-0.40.3-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-extra/guppi/guppi-0.40.3-r1.ebuild b/gnome-extra/guppi/guppi-0.40.3-r1.ebuild
index fca5b595957d..8d58b3916873 100644
--- a/gnome-extra/guppi/guppi-0.40.3-r1.ebuild
+++ b/gnome-extra/guppi/guppi-0.40.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r1.ebuild,v 1.14 2004/02/22 20:52:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r1.ebuild,v 1.15 2004/06/03 23:01:53 agriffis Exp $
IUSE="python nls readline"
@@ -35,18 +35,18 @@ src_compile() {
local myconf
- if [ "`use python`" ]
+ if use python
then
myconf="${myconf} --enable-python"
else
myconf="${myconf} --disable-python"
fi
- if [ -z "`use nls`" ] ; then
+ if ! use nls ; then
myconf="${myconf} --disable-nls"
fi
- if [ -z "`use readline`" ] ; then
+ if ! use readline ; then
myconf="${myconf} --disable-guile-readline"
fi