diff options
author | 2006-10-13 14:24:37 +0000 | |
---|---|---|
committer | 2006-10-13 14:24:37 +0000 | |
commit | 4067ed16d57af085e09adf15e045e9ed7b211da4 (patch) | |
tree | 93bb0690a885b67269c26e756d19677dffe05f6b /net-irc/xchat/xchat-2.6.6.ebuild | |
parent | Version bump to 2.00e and closing bug #150300. (diff) | |
download | gentoo-2-4067ed16d57af085e09adf15e045e9ed7b211da4.tar.gz gentoo-2-4067ed16d57af085e09adf15e045e9ed7b211da4.tar.bz2 gentoo-2-4067ed16d57af085e09adf15e045e9ed7b211da4.zip |
Include patch to make xchat-remote invoke the correct binary, should fix bug #143688.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'net-irc/xchat/xchat-2.6.6.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.6.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.6.6.ebuild b/net-irc/xchat/xchat-2.6.6.ebuild index 24fd52fa8d1c..1ffb54de3daa 100644 --- a/net-irc/xchat/xchat-2.6.6.ebuild +++ b/net-irc/xchat/xchat-2.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.6.ebuild,v 1.7 2006/09/26 20:03:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.6.ebuild,v 1.8 2006/10/13 14:24:37 swegener Exp $ inherit eutils versionator gnome2 @@ -34,6 +34,7 @@ src_unpack() { cd "${S}" use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.6.patch.bz2 + epatch "${FILESDIR}"/xchat-2.6.6-suffix.patch # use libdir/xchat/plugins as the plugin directory if [ $(get_libdir) != "lib" ] ; then |