diff options
author | 2011-05-17 22:41:30 +0000 | |
---|---|---|
committer | 2011-05-17 22:41:30 +0000 | |
commit | 11cbff56778ff2a9390c475e4d57004a8a8e8381 (patch) | |
tree | 619cae03d8673a09b519bd74d424f2e7f2ec7b07 /net-irc | |
parent | Version bump, bug 363191. Also hopefully fixes 320313. Drop old. (diff) | |
download | gentoo-2-11cbff56778ff2a9390c475e4d57004a8a8e8381.tar.gz gentoo-2-11cbff56778ff2a9390c475e4d57004a8a8e8381.tar.bz2 gentoo-2-11cbff56778ff2a9390c475e4d57004a8a8e8381.zip |
Fix bug 367311 caused by my misuse of use_enable().
(Portage version: 2.2.0_alpha31-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index d1114b8d8983..326b5bf50e5b 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.63 2011/05/12 21:26:12 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.64 2011/05/17 22:41:30 binki Exp $ + + 17 May 2011; Nathan Phillip Brink <binki@gentoo.org> + xchat-gnome-0.26.1-r2.ebuild: + Fix bug 367311 caused by my misuse of use_enable(). *xchat-gnome-0.26.1-r2 (12 May 2011) diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild index 6e03f0e9b4a8..a1fd9f34c15f 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.26.1-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-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.1 2011/05/12 21:26:12 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.2 2011/05/17 22:41:30 binki Exp $ EAPI=3 GCONF_DEBUG="yes" @@ -52,7 +52,7 @@ pkg_setup() { $(use_with ssl openssl) $(use_enable perl) $(use_enable python) - $(use_enable tcl tcl=/usr/$(get_libdir)) + $(use_enable tcl tcl /usr/$(get_libdir)) $(use_enable mmx) $(use_enable dbus) $(use_enable nls) |