diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-11 04:26:28 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-11 04:26:28 +0000 |
commit | 4049072d8fcc6bd2bb1a5a16f2679ad1dfc14521 (patch) | |
tree | b1f7627544b0da000c3289979758ffaae2163015 /kde-base | |
parent | bump to fix memory leak (Manifest recommit) (diff) | |
download | gentoo-2-4049072d8fcc6bd2bb1a5a16f2679ad1dfc14521.tar.gz gentoo-2-4049072d8fcc6bd2bb1a5a16f2679ad1dfc14521.tar.bz2 gentoo-2-4049072d8fcc6bd2bb1a5a16f2679ad1dfc14521.zip |
fixed epatch line so that it tries to use a patch that actually exists
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/arts/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/arts/arts-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog index 2163377cfccc..5d4421d7aa98 100644 --- a/kde-base/arts/ChangeLog +++ b/kde-base/arts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/arts # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.99 2004/06/10 12:07:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.100 2004/06/11 04:26:28 lv Exp $ + + 10 Jun 2004; Travis Tilley <lv@gentoo.org> arts-1.2.3.ebuild: + fixed epatch line so that it tries to use a patch that actually exists 09 Jun 2004; Caleb Tennis <caleb@gentoo.org> arts-1.2.3.ebuild: Version bump diff --git a/kde-base/arts/arts-1.2.3.ebuild b/kde-base/arts/arts-1.2.3.ebuild index 3a643b083bfb..620844dd2624 100644 --- a/kde-base/arts/arts-1.2.3.ebuild +++ b/kde-base/arts/arts-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.2.3.ebuild,v 1.1 2004/06/10 12:07:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.2.3.ebuild,v 1.2 2004/06/11 04:26:28 lv Exp $ inherit kde flag-o-matic eutils set-kdedir 3.2 @@ -35,7 +35,7 @@ src_unpack() { # rm -f $S/configure cd ${S} - use amd64 && epatch ${FILESDIR}/arts-${PV}-buffer.patch + use amd64 && epatch ${FILESDIR}/arts-1.2.2-buffer.patch # this patch fixes the high cpu usage of mp3 and vorbis epatch ${FILESDIR}/arts-vorbis-fix.dif } |