diff options
Diffstat (limited to 'net-irc/xchat/xchat-2.6.0.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.6.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-2.6.0.ebuild b/net-irc/xchat/xchat-2.6.0.ebuild index 4bb917d93986..922fe107e1b8 100644 --- a/net-irc/xchat/xchat-2.6.0.ebuild +++ b/net-irc/xchat/xchat-2.6.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.0.ebuild,v 1.3 2005/11/04 03:51:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.0.ebuild,v 1.4 2005/11/04 07:18:35 swegener Exp $ -inherit versionator +inherit eutils versionator DESCRIPTION="Graphical IRC client" SRC_URI="http://www.xchat.org/files/source/$(get_version_component_range 1-2)/${P}.tar.bz2 @@ -37,6 +37,8 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/xc260-fix-fetext.diff + # use libdir/xchat/plugins as the plugin directory if [ $(get_libdir) != "lib" ] ; then sed -i -e 's:${prefix}/lib/xchat:${libdir}/xchat:' \ |