diff options
Diffstat (limited to 'net-irc/bitchx/bitchx-1.1-r2.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bitchx/bitchx-1.1-r2.ebuild b/net-irc/bitchx/bitchx-1.1-r2.ebuild index dbefda147f99..ec49fc475cf0 100644 --- a/net-irc/bitchx/bitchx-1.1-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.1-r2.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/bitchx/bitchx-1.1-r2.ebuild,v 1.5 2005/05/22 15:58:40 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.6 2005/09/11 14:01:00 swegener Exp $ inherit flag-o-matic eutils @@ -62,7 +62,7 @@ src_compile() { || myconf="${myconf} --disable-sound" use !amd64 && use gtk && use gnome\ - && myconf="${myconf} --with-gtk" \ + && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" |