summaryrefslogtreecommitdiff
path: root/eclass/kde4-base.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r--eclass/kde4-base.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index b346da9a9b7..5b6dffb385f 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -31,7 +31,7 @@ inherit kde4-functions base virtualx eutils
if [[ ${BUILD_TYPE} = live ]]; then
case ${KDE_SCM} in
svn) inherit subversion ;;
- git) inherit git-ng ;;
+ git) inherit git-2 ;;
esac
fi
@@ -715,7 +715,7 @@ kde4-base_src_unpack() {
subversion_src_unpack
;;
git)
- git-ng_src_unpack
+ git-2_src_unpack
;;
esac
else