summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-15 14:36:05 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-15 14:36:05 +0000
commitdd15a7e0b85a3a8bfa916214cd6f915ffeb49082 (patch)
tree37e5e8e17570bab68f1b9521f2ace73aee78968a /net-irc
parentupdated version. changed to make the X stuff conditional. added some missing ... (diff)
downloadgentoo-2-dd15a7e0b85a3a8bfa916214cd6f915ffeb49082.tar.gz
gentoo-2-dd15a7e0b85a3a8bfa916214cd6f915ffeb49082.tar.bz2
gentoo-2-dd15a7e0b85a3a8bfa916214cd6f915ffeb49082.zip
fix an error cause use perl making it _NOT_ use perl :), thanks lamer for reporting
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/files/digest-xchat-1.8.2-r3 (renamed from net-irc/xchat/files/digest-xchat-1.8.2-r2)0
-rw-r--r--net-irc/xchat/xchat-1.8.2-r3.ebuild (renamed from net-irc/xchat/xchat-1.8.2-r2.ebuild)4
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat/files/digest-xchat-1.8.2-r2 b/net-irc/xchat/files/digest-xchat-1.8.2-r3
index 89fb2e1d1d53..89fb2e1d1d53 100644
--- a/net-irc/xchat/files/digest-xchat-1.8.2-r2
+++ b/net-irc/xchat/files/digest-xchat-1.8.2-r3
diff --git a/net-irc/xchat/xchat-1.8.2-r2.ebuild b/net-irc/xchat/xchat-1.8.2-r3.ebuild
index 915fc204c0d7..2fd2f1101e1e 100644
--- a/net-irc/xchat/xchat-1.8.2-r2.ebuild
+++ b/net-irc/xchat/xchat-1.8.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyrigth 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>, Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r2.ebuild,v 1.3 2001/10/07 11:11:08 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r3.ebuild,v 1.1 2001/10/15 14:36:05 hallski Exp $
S=${WORKDIR}/${P}
DESCRIPTION="xchat irc client"
@@ -30,7 +30,7 @@ src_compile() {
use gnome && myopts="--enable-gnome --enable-panel"
use gnome || myopts="--enable-gtkfe --disable-gnome --disable-gdk-pixbuf --disable-zvt"
use ssl && myopts="$myopts --enable-openssl"
- use perl && myopts="$myopts --disable-perl"
+ use perl || myopts="$myopts --disable-perl"
use python && myflags="`python-config --libs` -lm"
use python || myopts="$myopts --disable-python"
use nls || myopts="$myopts --disable-nls"