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 | 7e359cc474c03b07b44f6b15cf666e2831f21670 (patch) | |
tree | de10b7a2de779cc00739804848eb3536bab2be14 /net-irc/kvirc/kvirc-9999.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-7e359cc474c03b07b44f6b15cf666e2831f21670.tar.gz gentoo-2-7e359cc474c03b07b44f6b15cf666e2831f21670.tar.bz2 gentoo-2-7e359cc474c03b07b44f6b15cf666e2831f21670.zip |
Don't overwrite the patch, as it's used by 3.2.5, thanks to mren for noticing
(Portage version: 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() { |