diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-18 21:10:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-18 21:10:20 +0000 |
commit | 582458f1e138b899dd88b30eba2cb388c1bdaa7c (patch) | |
tree | 81e798ede1519ff747e3973af354f12e7e5e15f7 /net-irc/kvirc/kvirc-9999.ebuild | |
parent | Version bump (diff) | |
download | historical-582458f1e138b899dd88b30eba2cb388c1bdaa7c.tar.gz historical-582458f1e138b899dd88b30eba2cb388c1bdaa7c.tar.bz2 historical-582458f1e138b899dd88b30eba2cb388c1bdaa7c.zip |
Don't overwrite the patch, as it's used by 3.2.5, thanks to mren for noticing
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-irc/kvirc/kvirc-9999.ebuild')
-rw-r--r-- | net-irc/kvirc/kvirc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 6a327f981b0a..41ebb97d386d 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-9999.ebuild,v 1.5 2006/12/23 22:13:00 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-9999.ebuild,v 1.6 2007/03/18 21:10:20 armin76 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -29,7 +29,7 @@ ESVN_BOOTSTRAP="./autogen.sh" src_unpack() { subversion_src_unpack - epatch ${FILESDIR}/${PN}-3.2.3-kdedir-fix.patch + epatch ${FILESDIR}/${PN}-svn-kdedir-fix.patch } src_compile() { |