diff options
Diffstat (limited to 'gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild')
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |