Gentoo Archives: gentoo-commits

From: Jonathan Callen <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 31 May 2011 16:31:45
Message-Id: ae7d6a6cd8e840a81989d6e452f20f16cf3f0548.abcd@gentoo
1 commit: ae7d6a6cd8e840a81989d6e452f20f16cf3f0548
2 Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 16:20:10 2011 +0000
4 Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 16:20:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae7d6a6c
7
8 [eclass] Set KDE_SCM properly for the new kdebase names as well
9
10 ---
11 eclass/kde4-functions.eclass | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
15 index d52e9ec..6a035ba 100644
16 --- a/eclass/kde4-functions.eclass
17 +++ b/eclass/kde4-functions.eclass
18 @@ -79,6 +79,9 @@ if [[ ${BUILD_TYPE} == live ]]; then
19 KDE_SCM="git"
20 EGIT_REPONAME=${EGIT_REPONAME:=kde-baseapps}
21 ;;
22 + kde-workspace|kde-runtime|kde-baseapps)
23 + KDE_SCM="git"
24 + ;;
25 esac
26 fi