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 | |
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')
-rw-r--r-- | net-irc/xchat/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.8-r1.ebuild | 3 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.8-r2.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index bc9968181da8..ed2c8230aeef 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/xchat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.294 2011/01/30 09:51:43 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.295 2011/01/30 17:34:09 polynomial-c Exp $ + + 30 Jan 2011; Lars Wendler <polynomial-c@gentoo.org> xchat-2.8.8-r1.ebuild, + xchat-2.8.8-r2.ebuild: + No binary gets installed with -gtk USE flag. Work around this by enabling the + text-only interface when -gtk is in USE (bug #353106). *xchat-2.8.8-r2 (30 Jan 2011) diff --git a/net-irc/xchat/xchat-2.8.8-r1.ebuild b/net-irc/xchat/xchat-2.8.8-r1.ebuild index 11b82dbd8cbd..7a357bd3fe1a 100644 --- a/net-irc/xchat/xchat-2.8.8-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.8-r1.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-r1.ebuild,v 1.5 2011/01/30 09:51:43 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.8-r1.ebuild,v 1.6 2011/01/30 17:34:09 polynomial-c Exp $ EAPI=2 @@ -77,6 +77,7 @@ src_configure() { $(use_enable ssl openssl) \ $(use_enable tcl) \ $(use_enable gtk gtkfe) \ + $(use_enable !gtk textfe) \ $(use_enable fastscroll xft) } 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) } |