diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:38:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:38:40 +0000 |
commit | 9b886fee550afe01e82f22b9223e55162090be39 (patch) | |
tree | 96ffdd3175e278217a0bb566aab76a28754dea4c /net-irc/xchat | |
parent | Fix use invocation (diff) | |
download | historical-9b886fee550afe01e82f22b9223e55162090be39.tar.gz historical-9b886fee550afe01e82f22b9223e55162090be39.tar.bz2 historical-9b886fee550afe01e82f22b9223e55162090be39.zip |
Fix use invocation
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 05b54e761590..8f17c2c27dc4 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.100 2004/06/10 04:55:13 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.101 2004/06/10 19:38:40 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> xchat-1.8.11-r1.ebuild, + xchat-1.8.11.ebuild: + Fix use invocation *xchat-2.0.9 (09 Jun 2004) diff --git a/net-irc/xchat/xchat-1.8.11-r1.ebuild b/net-irc/xchat/xchat-1.8.11-r1.ebuild index 97e79eae912c..a39492b771b7 100644 --- a/net-irc/xchat/xchat-1.8.11-r1.ebuild +++ b/net-irc/xchat/xchat-1.8.11-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/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.2 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.3 2004/06/10 19:38:40 agriffis Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { local myopts myflags - if [ ! `use perl` ]; then + if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ diff --git a/net-irc/xchat/xchat-1.8.11.ebuild b/net-irc/xchat/xchat-1.8.11.ebuild index 603cf0194299..0cffb5878485 100644 --- a/net-irc/xchat/xchat-1.8.11.ebuild +++ b/net-irc/xchat/xchat-1.8.11.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-irc/xchat/xchat-1.8.11.ebuild,v 1.13 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11.ebuild,v 1.14 2004/06/10 19:38:40 agriffis Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { local myopts myflags - if [ ! `use perl` ]; then + if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ |