diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-01-30 17:34:09 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-01-30 17:34:09 +0000 |
commit | 5f11e0b176087c2ad64e0317314b954546f447d2 (patch) | |
tree | 0852eddfe357220d04849fe21fe21c6fddb0063d /net-irc/xchat/xchat-2.8.8-r2.ebuild | |
parent | Stable on amd64 wrt bug #353213 (diff) | |
download | gentoo-2-5f11e0b176087c2ad64e0317314b954546f447d2.tar.gz gentoo-2-5f11e0b176087c2ad64e0317314b954546f447d2.tar.bz2 gentoo-2-5f11e0b176087c2ad64e0317314b954546f447d2.zip |
bug #353106
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat/xchat-2.8.8-r2.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.8.8-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.8.8-r2.ebuild b/net-irc/xchat/xchat-2.8.8-r2.ebuild index 8d205eab5cc6..3dc1cdf0d36b 100644 --- a/net-irc/xchat/xchat-2.8.8-r2.ebuild +++ b/net-irc/xchat/xchat-2.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.1 2011/01/30 09:51:43 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r2.ebuild,v 1.2 2011/01/30 17:34:09 polynomial-c Exp $ EAPI=2 @@ -78,6 +78,7 @@ src_configure() { $(use_enable ssl openssl) \ $(use_enable tcl) \ $(use_enable gtk gtkfe) \ + $(use_enable !gtk textfe) \ $(use_enable fastscroll xft) } |