diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-02-18 18:04:42 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-02-18 18:04:42 +0000 |
commit | badcb29a9513967727f9c7c5a154f63040af91eb (patch) | |
tree | 0b397e960e7397b3122ff16313fbe54f1b90a5de /net-irc | |
parent | stable on x86 amd64 ia64 alpha (diff) | |
download | gentoo-2-badcb29a9513967727f9c7c5a154f63040af91eb.tar.gz gentoo-2-badcb29a9513967727f9c7c5a154f63040af91eb.tar.bz2 gentoo-2-badcb29a9513967727f9c7c5a154f63040af91eb.zip |
Fix reverse logic when checking if we should run fix_libtool_files.sh.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/xchat-2.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.4.1.ebuild b/net-irc/xchat/xchat-2.4.1.ebuild index 4fc10314d2b1..a4846ea551ea 100644 --- a/net-irc/xchat/xchat-2.4.1.ebuild +++ b/net-irc/xchat/xchat-2.4.1.ebuild @@ -1,6 +1,6 @@ # 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.4.1.ebuild,v 1.8 2005/01/22 19:35:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.1.ebuild,v 1.9 2005/02/18 18:04:42 azarah Exp $ inherit flag-o-matic eutils @@ -38,6 +38,7 @@ src_unpack() { use xchatdccserver && epatch ${DISTDIR}/xchat-dccserver-0.4.patch epatch ${FILESDIR}/${PV}-fe-text.patch + epatch /tmp/xchat-2.4.1-wait-for-nickserv_auth.patch } src_compile() { |