diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:47:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:47:43 +0000 |
commit | 25ce61cef394524a648405d4edb0b88e3742ee3c (patch) | |
tree | 072b01c0925daf1a1d1deb59085e1601bc9f6dd4 /media-libs/SoGtk | |
parent | fix the inherit (Manifest recommit) (diff) | |
download | gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.tar.gz gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.tar.bz2 gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.zip |
Fix use invocation
Diffstat (limited to 'media-libs/SoGtk')
-rw-r--r-- | media-libs/SoGtk/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/SoGtk/SoGtk-20010601-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/SoGtk/ChangeLog b/media-libs/SoGtk/ChangeLog index 2bf5dabd2dad..df64cfa79e05 100644 --- a/media-libs/SoGtk/ChangeLog +++ b/media-libs/SoGtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/SoGtk -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/ChangeLog,v 1.7 2003/04/23 00:15:05 lostlogic Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/ChangeLog,v 1.8 2004/06/07 22:43:11 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> SoGtk-20010601-r1.ebuild: + Fix use invocation 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/media-libs/SoGtk/SoGtk-20010601-r1.ebuild b/media-libs/SoGtk/SoGtk-20010601-r1.ebuild index bec10fb16819..09c740369749 100644 --- a/media-libs/SoGtk/SoGtk-20010601-r1.ebuild +++ b/media-libs/SoGtk/SoGtk-20010601-r1.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/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.16 2004/03/19 07:56:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.17 2004/06/07 22:43:11 agriffis Exp $ IUSE="nls doc" @@ -26,7 +26,7 @@ src_compile() { local myconf - if [ -z "`use nls`" ] + if ! use nls then myconf="${myconf} --disable-nls" touch intl/libgettext.h |