diff options
author | 2004-06-15 03:27:17 +0000 | |
---|---|---|
committer | 2004-06-15 03:27:17 +0000 | |
commit | f72edd1e811157cf993de906bb77201ad806a435 (patch) | |
tree | bd7abd331bab7539b2ea6741ebf826a085b9a007 /net-www/amaya | |
parent | Applying new patch to fix copy/paste problem with HTML formatting (Manifest r... (diff) | |
download | gentoo-2-f72edd1e811157cf993de906bb77201ad806a435.tar.gz gentoo-2-f72edd1e811157cf993de906bb77201ad806a435.tar.bz2 gentoo-2-f72edd1e811157cf993de906bb77201ad806a435.zip |
Fix use invocation
Diffstat (limited to 'net-www/amaya')
-rw-r--r-- | net-www/amaya/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/amaya/amaya-8.0.ebuild | 4 | ||||
-rw-r--r-- | net-www/amaya/amaya-8.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/amaya/ChangeLog b/net-www/amaya/ChangeLog index 99a9e0361b81..c0fc88f93d0d 100644 --- a/net-www/amaya/ChangeLog +++ b/net-www/amaya/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/amaya # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/ChangeLog,v 1.23 2004/06/08 21:10:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/ChangeLog,v 1.24 2004/06/15 03:23:46 agriffis Exp $ + + 14 Jun 2004; Aron Griffis <agriffis@gentoo.org> amaya-8.0.ebuild, + amaya-8.5.ebuild: + Fix use invocation 08 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> amaya-7.1.ebuild, amaya-7.2.ebuild, amaya-8.1a.ebuild, amaya-8.2.ebuild, amaya-8.4.ebuild: diff --git a/net-www/amaya/amaya-8.0.ebuild b/net-www/amaya/amaya-8.0.ebuild index 20bda8d1f50b..eab9614bb03a 100644 --- a/net-www/amaya/amaya-8.0.ebuild +++ b/net-www/amaya/amaya-8.0.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/net-www/amaya/amaya-8.0.ebuild,v 1.9 2004/03/21 06:29:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.10 2004/06/15 03:23:46 agriffis Exp $ inherit libtool @@ -31,7 +31,7 @@ src_compile() { local myconf="" mkdir ${S} cd ${S} - if [ -n "`use gtk`" ] + if use gtk then myconf="${myconf} --with-gtk" diff --git a/net-www/amaya/amaya-8.5.ebuild b/net-www/amaya/amaya-8.5.ebuild index 89ddb1cb16ab..ae778e2a0d85 100644 --- a/net-www/amaya/amaya-8.5.ebuild +++ b/net-www/amaya/amaya-8.5.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/net-www/amaya/amaya-8.5.ebuild,v 1.2 2004/05/25 21:51:42 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.5.ebuild,v 1.3 2004/06/15 03:23:46 agriffis Exp $ inherit libtool @@ -31,7 +31,7 @@ src_compile() { local myconf="" mkdir ${S} cd ${S} - if [ -n "`use gtk`" ] + if use gtk then myconf="${myconf} --with-gtk" |