diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-04 22:39:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-04 22:39:59 +0000 |
commit | 3cd3586e8be1c436c0052f9f469285ae56a6da29 (patch) | |
tree | 7f82ea911172e5034cb38a75ce06064fd76fc206 /net-irc | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-3cd3586e8be1c436c0052f9f469285ae56a6da29.tar.gz gentoo-2-3cd3586e8be1c436c0052f9f469285ae56a6da29.tar.bz2 gentoo-2-3cd3586e8be1c436c0052f9f469285ae56a6da29.zip |
lets try again but not suck this time
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 68902e437ee5..cf55f92e7feb 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.8 2003/08/03 03:28:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.9 2003/08/04 22:39:59 vapier Exp $ inherit flag-o-matic eutils replace-flags -O[3-9] -O2 @@ -75,9 +75,9 @@ src_compile() { econf \ CFLAGS="${CFLAGS}" \ - `use_enable debug` - `use_with ssl` - `use_enable ipv6` + `use_enable debug` \ + `use_with ssl` \ + `use_enable ipv6` \ --enable-cdrom \ --with-plugins \ ${myconf} || die |