summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-10-18 06:53:35 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-10-18 06:53:35 +0000
commit8bea848b899fa5a5f253103dba927428d6ff56dc (patch)
treeb86f87df339e1cf80c8be8f50e42c88f8096c0df
parentBuild fix for stlport on ppc (diff)
downloadhistorical-8bea848b899fa5a5f253103dba927428d6ff56dc.tar.gz
historical-8bea848b899fa5a5f253103dba927428d6ff56dc.tar.bz2
historical-8bea848b899fa5a5f253103dba927428d6ff56dc.zip
Fix source location (#109656).
-rw-r--r--eclass/kde-meta.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index 3578dbee4091..704095bcd132 100644
--- a/eclass/kde-meta.eclass
+++ b/eclass/kde-meta.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.53 2005/10/14 18:04:52 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.54 2005/10/18 06:53:35 greg_g Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <motaboy@gentoo.org>
@@ -50,7 +50,7 @@ if [ "$KDEBASE" = "true" ]; then
# Main tarball for normal downloading style
# Note that we set SRC_PATH, and add it to SRC_URI later on
case "$PV" in
- 3.5.0_*) SRC_PATH="unstable/${PV/_/-}/src/$TARBALL" ;;
+ 3.5.0_*) SRC_PATH="unstable/${PV/.0_/-}/src/$TARBALL" ;;
3.5_*) SRC_PATH="unstable/${PV/_/-}/src/$TARBALL" ;;
3.4.0_*) SRC_PATH="unstable/$TARBALLVER/src/$TARBALL" ;;
3.4.0) SRC_PATH="stable/3.4/src/$TARBALL" ;;