summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 22:36:49 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 22:36:49 +0000
commitef7a86c8f4652990409a2a3d5f909ed5416aff53 (patch)
tree50d57a72c095fd128c6b526adf2d5a396ea678c5 /gnome-base/ORBit
parentinherit eutils for epatch (Manifest recommit) (diff)
downloadgentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.tar.gz
gentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.tar.bz2
gentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.zip
Fix use invocation
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r--gnome-base/ORBit/ChangeLog6
-rw-r--r--gnome-base/ORBit/ORBit-0.5.16.ebuild6
-rw-r--r--gnome-base/ORBit/ORBit-0.5.17.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/gnome-base/ORBit/ChangeLog b/gnome-base/ORBit/ChangeLog
index 4754cff0eecf..bae704d2699c 100644
--- a/gnome-base/ORBit/ChangeLog
+++ b/gnome-base/ORBit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/ORBit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.22 2004/04/15 03:13:59 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.23 2004/06/03 22:33:23 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ORBit-0.5.16.ebuild,
+ ORBit-0.5.17.ebuild:
+ Fix use invocation
14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> ORBit-0.5.17.ebuild:
Marked stable on mips.
diff --git a/gnome-base/ORBit/ORBit-0.5.16.ebuild b/gnome-base/ORBit/ORBit-0.5.16.ebuild
index c7d243508cf4..8af5f9113530 100644
--- a/gnome-base/ORBit/ORBit-0.5.16.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.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-base/ORBit/ORBit-0.5.16.ebuild,v 1.12 2004/02/22 20:48:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.13 2004/06/03 22:33:23 agriffis Exp $
inherit gnome.org
@@ -22,7 +22,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc"
src_compile() {
- if [ -z "`use nls`" ] ; then
+ if ! use nls ; then
myconf="--disable-nls"
fi
diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild
index 86cd6e81097d..201641d3934c 100644
--- a/gnome-base/ORBit/ORBit-0.5.17.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.20 2004/04/15 03:13:59 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.21 2004/06/03 22:33:23 agriffis Exp $
inherit gnome.org libtool gnuconfig
@@ -22,7 +22,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc alpha mips hppa amd64 ppc ia64"
src_compile() {
- if [ -z "`use nls`" ] ; then
+ if ! use nls ; then
myconf="--disable-nls"
fi