summaryrefslogtreecommitdiff
path: root/eclass/kde4-functions.eclass
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-05-31 12:20:10 -0400
committerJonathan Callen <abcd@gentoo.org>2011-05-31 12:20:10 -0400
commitae7d6a6cd8e840a81989d6e452f20f16cf3f0548 (patch)
treec5bd3aa3a6ecd0c18275401dc2ce045dfd415509 /eclass/kde4-functions.eclass
parent95fffe8c1eccf9fdcd66ca3047162f98c965f738 (diff)
downloadkde-ae7d6a6cd8e840a81989d6e452f20f16cf3f0548.tar.gz
kde-ae7d6a6cd8e840a81989d6e452f20f16cf3f0548.tar.bz2
kde-ae7d6a6cd8e840a81989d6e452f20f16cf3f0548.zip
[eclass] Set KDE_SCM properly for the new kdebase names as well
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index d52e9ecec9f..6a035ba3d49 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -79,6 +79,9 @@ if [[ ${BUILD_TYPE} == live ]]; then
KDE_SCM="git"
EGIT_REPONAME=${EGIT_REPONAME:=kde-baseapps}
;;
+ kde-workspace|kde-runtime|kde-baseapps)
+ KDE_SCM="git"
+ ;;
esac
fi