summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-04-11 16:08:54 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-04-11 16:08:54 +0000
commit531cf5972e753cfc01c67ff85d9583da49d66c9f (patch)
treece3cf8298bacd5ec83309f1113f5f5340f9591f0 /eclass/kde-dist.eclass
parentadded perl-MDK-Common (diff)
downloadhistorical-531cf5972e753cfc01c67ff85d9583da49d66c9f.tar.gz
historical-531cf5972e753cfc01c67ff85d9583da49d66c9f.tar.bz2
historical-531cf5972e753cfc01c67ff85d9583da49d66c9f.zip
fix for kdegraphics-3.1.1a-r1
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r--eclass/kde-dist.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index 50479476e12e..e15af918becb 100644
--- a/eclass/kde-dist.eclass
+++ b/eclass/kde-dist.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.38 2003/04/08 18:14:19 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.39 2003/04/11 16:08:54 hannes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -25,7 +25,7 @@ need-kde $PV
# these use incrememntal patches so as to avoid downloadnig a lot of stuff all over
if [ "$PV" == "3.1.1a" ]; then
- PATCHES1="${WORKDIR}/${P}.diff"
+ PATCHES1="${WORKDIR}/${PN}-${PVR}.diff"
export S="${WORKDIR}/${PN}-3.1.1"
fi