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 | 17cd5bff0e9202215791f9b1c65ca0fd38230dd4 (patch) | |
tree | cf6d521e586a81a3590f2bdc3db274f382d6295b /net-irc/xchat | |
parent | stable on x86 amd64 ia64 alpha (diff) | |
download | historical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.tar.gz historical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.tar.bz2 historical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.zip |
Fix reverse logic when checking if we should run fix_libtool_files.sh.
Diffstat (limited to 'net-irc/xchat')
-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() { |