diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:01:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:01:00 +0000 |
commit | 903117424d737808a375426ad005eee6ddbc2b72 (patch) | |
tree | 3b770be4ee8fca63215fb87d16ec4eddb3b5fc3b /net-irc/xchat/xchat-1.8.11-r1.ebuild | |
parent | Fixed php deps wrt bug #105419. (diff) | |
download | historical-903117424d737808a375426ad005eee6ddbc2b72.tar.gz historical-903117424d737808a375426ad005eee6ddbc2b72.tar.bz2 historical-903117424d737808a375426ad005eee6ddbc2b72.zip |
whitespace cleanup
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-irc/xchat/xchat-1.8.11-r1.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-1.8.11-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/xchat/xchat-1.8.11-r1.ebuild b/net-irc/xchat/xchat-1.8.11-r1.ebuild index 221cddf33985..126e032e839e 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-2005 Gentoo Foundation # 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.8 2005/01/01 07:38:41 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.9 2005/09/11 14:01:00 swegener Exp $ inherit eutils @@ -48,7 +48,7 @@ src_compile() { if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ - CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ + CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ || myopts="${myopts} --enable-gtkfe --disable-gnome --disable-zvt --disable-gdk-pixbuf" else myopts="${myopts} --disable-gnome" @@ -79,7 +79,7 @@ src_compile() { use python \ && myflags="`python-config`" \ - && myopts="${myopts} --enable-python" + && myopts="${myopts} --enable-python" econf ${myopts} || die |