summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 23:12:02 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 23:12:02 +0000
commit07d991187cc60eee302c4a3e0973cd7dcf784eff (patch)
treef320b06f54c56b3ba68994b2b563b5dfaf4f5caa /gnome-extra/bonobo-conf
parentIUSE (Manifest recommit) (diff)
downloadgentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.tar.gz
gentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.tar.bz2
gentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.zip
Fix use invocation
Diffstat (limited to 'gnome-extra/bonobo-conf')
-rw-r--r--gnome-extra/bonobo-conf/ChangeLog7
-rw-r--r--gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild6
-rw-r--r--gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild4
3 files changed, 10 insertions, 7 deletions
diff --git a/gnome-extra/bonobo-conf/ChangeLog b/gnome-extra/bonobo-conf/ChangeLog
index d7cc559a090e..7db7ee28864f 100644
--- a/gnome-extra/bonobo-conf/ChangeLog
+++ b/gnome-extra/bonobo-conf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/bonobo-conf
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.9 2003/07/06 11:49:21 gmsoft Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.10 2004/06/03 23:09:31 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.14.ebuild:
+ Fix use invocation
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild
index bf5ce17f9a53..285c0bc7f412 100644
--- a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild
+++ b/gnome-extra/bonobo-conf/bonobo-conf-0.14.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/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.13 2004/02/22 20:49:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.14 2004/06/03 23:09:31 agriffis Exp $
IUSE="nls"
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
src_compile() {
local myconf
- if [ -z "`use nls`" ] ; then
+ if ! use nls ; then
myconf="--disable-nls"
fi
diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild
index 90e7f63edb1d..1868f5144e3b 100644
--- a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild
+++ b/gnome-extra/bonobo-conf/bonobo-conf-0.16.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/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.7 2003/07/06 11:49:21 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.8 2004/06/03 23:09:31 agriffis Exp $
IUSE="nls"