Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 01 Apr 2014 16:05:27
Message-Id: 1396368307.f9d26499c99ed3371381605adef3663ce6ebed01.kensington@gentoo
1 commit: f9d26499c99ed3371381605adef3663ce6ebed01
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 1 16:05:07 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 1 16:05:07 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9d26499
7
8 [eclass] Update add_frameworks_dep to work outside of kde-frameworks.
9
10 ---
11 eclass/kde4-functions.eclass | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
15 index 830dcf6..08d1ec6 100644
16 --- a/eclass/kde4-functions.eclass
17 +++ b/eclass/kde4-functions.eclass
18 @@ -394,7 +394,7 @@ add_frameworks_dep() {
19 ver=${3}
20 elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then
21 ver=${KDE_OVERRIDE_MINIMAL}
22 - elif [[ ${KDEBASE} != kde-frameworks ]]; then
23 + elif [[ ${KDEBASE} != kde-frameworks && ${KDEBASE} != kde-base ]]; then
24 ver=${KDE_MINIMAL}
25 # if building stable-live version depend just on the raw KDE version
26 # to allow merging packages against more stable basic stuff