diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:58:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 15:58:40 +0000 |
commit | 252ddff35763967cdc3e074dcd2a091cc2f4fe50 (patch) | |
tree | 19de733fcad279696b47a2664803e18ad9ef8d41 /net-www/galeon | |
parent | love thy libc (Manifest recommit) (diff) | |
download | gentoo-2-252ddff35763967cdc3e074dcd2a091cc2f4fe50.tar.gz gentoo-2-252ddff35763967cdc3e074dcd2a091cc2f4fe50.tar.bz2 gentoo-2-252ddff35763967cdc3e074dcd2a091cc2f4fe50.zip |
QA - fix use invocation
Diffstat (limited to 'net-www/galeon')
-rw-r--r-- | net-www/galeon/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.12.ebuild | 4 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.13.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/galeon/ChangeLog b/net-www/galeon/ChangeLog index 28af0db0cb79..0fc8466f7569 100644 --- a/net-www/galeon/ChangeLog +++ b/net-www/galeon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/galeon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.91 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.92 2004/06/25 15:58:40 agriffis Exp $ + + 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> galeon-1.2.12.ebuild, + galeon-1.2.13.ebuild: + QA - fix use invocation *galeon-1.3.15-r1 (20 Jun 2004) diff --git a/net-www/galeon/galeon-1.2.12.ebuild b/net-www/galeon/galeon-1.2.12.ebuild index 8c3dcb47c51c..cd0e7d430b82 100644 --- a/net-www/galeon/galeon-1.2.12.ebuild +++ b/net-www/galeon/galeon-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.12.ebuild,v 1.5 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.12.ebuild,v 1.6 2004/06/25 15:58:40 agriffis Exp $ IUSE="nls" @@ -115,7 +115,7 @@ pkg_postinst() { galeon-config-tool --pkg-install-schemas scrollkeeper-update - if [ -z "`use gnome`" ] + if ! use gnome then einfo "Please make sure libglade was built with gnome support, or" einfo "else galeon will not be able to start up." diff --git a/net-www/galeon/galeon-1.2.13.ebuild b/net-www/galeon/galeon-1.2.13.ebuild index db2aa0af53d8..d2d51770e631 100644 --- a/net-www/galeon/galeon-1.2.13.ebuild +++ b/net-www/galeon/galeon-1.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.13.ebuild,v 1.2 2004/06/25 00:52:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.13.ebuild,v 1.3 2004/06/25 15:58:40 agriffis Exp $ IUSE="nls" @@ -115,7 +115,7 @@ pkg_postinst() { galeon-config-tool --pkg-install-schemas scrollkeeper-update - if [ -z "`use gnome`" ] + if ! use gnome then einfo "Please make sure libglade was built with gnome support, or" einfo "else galeon will not be able to start up." |