diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-13 11:02:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-13 11:02:06 +0000 |
commit | 422d5387bad292d649001399bc8d9f7c9a59ae9a (patch) | |
tree | 4086cdbbdd00170807322afa91f6e92cceda9182 /net-irc | |
parent | Testing ebuild for current git version. (diff) | |
download | gentoo-2-422d5387bad292d649001399bc8d9f7c9a59ae9a.tar.gz gentoo-2-422d5387bad292d649001399bc8d9f7c9a59ae9a.tar.bz2 gentoo-2-422d5387bad292d649001399bc8d9f7c9a59ae9a.zip |
Apply the patch in 2.8.2, thanks to Charles Clément <caratorn at gmail dot com> for reporting in bug 173306
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 7d5f0ad2373c..9c1bb74b58b8 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.237 2007/04/10 18:59:14 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.238 2007/04/13 11:02:06 armin76 Exp $ + + 13 Apr 2007; Raúl Porcel <armin76@gentoo.org> xchat-2.8.2.ebuild: + Apply the patch in 2.8.2, thanks to Charles Clément <caratorn at gmail dot + com> for reporting in bug 173306 10 Apr 2007; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> xchat-2.6.6.ebuild, xchat-2.8.0.ebuild, xchat-2.8.2.ebuild: diff --git a/net-irc/xchat/xchat-2.8.2.ebuild b/net-irc/xchat/xchat-2.8.2.ebuild index 870bf394a39a..08999b6bf74c 100644 --- a/net-irc/xchat/xchat-2.8.2.ebuild +++ b/net-irc/xchat/xchat-2.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2.ebuild,v 1.4 2007/04/10 18:59:14 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2.ebuild,v 1.5 2007/04/13 11:02:06 armin76 Exp $ inherit eutils versionator gnome2 @@ -42,7 +42,7 @@ src_unpack() { "${S}"/configure{,.in} || die fi -# epatch "${FILESDIR}"/${PV}-fe-text-vartype.patch + epatch "${FILESDIR}"/${PV}-fe-text-vartype.patch } src_compile() { |