diff options
author | Daniel Drake <dsd@gentoo.org> | 2007-12-05 21:40:55 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2007-12-05 21:40:55 +0000 |
commit | 445212591289ff1b4bd91867b9bb34c4ffeef37f (patch) | |
tree | 5af109202ddae6dd6149dfa6bcebc88c63d704d8 /net-irc/xchat-gnome | |
parent | Stable on arm (diff) | |
download | gentoo-2-445212591289ff1b4bd91867b9bb34c4ffeef37f.tar.gz gentoo-2-445212591289ff1b4bd91867b9bb34c4ffeef37f.tar.bz2 gentoo-2-445212591289ff1b4bd91867b9bb34c4ffeef37f.zip |
Fix compilation error thanks to Ed Catmur and Cosimo Cecchi in bug #198090
(Portage version: 2.1.4_rc6)
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.18.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index d226728cb677..4a0c039b95c7 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.31 2007/11/03 21:36:10 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.32 2007/12/05 21:40:55 dsd Exp $ + + 05 Dec 2007; Daniel Drake <dsd@gentoo.org> xchat-gnome-0.18.ebuild: + Fix compilation error thanks to Ed Catmur and Cosimo Cecchi in bug #198090 *xchat-gnome-0.18 (03 Nov 2007) diff --git a/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild index be0c52850f00..7d4aa27cd72b 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.18.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-gnome/xchat-gnome-0.18.ebuild,v 1.1 2007/11/03 21:36:10 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v 1.2 2007/12/05 21:40:55 dsd Exp $ inherit gnome2 eutils autotools @@ -42,7 +42,6 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/0.17-libnotify-configure.patch - epatch "${FILESDIR}"/0.17-segfault-fix.patch AT_M4DIR="m4" eautoreconf } |