commit: f9d26499c99ed3371381605adef3663ce6ebed01
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 1 16:05:07 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 1 16:05:07 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9d26499
[eclass] Update add_frameworks_dep to work outside of kde-frameworks.
---
eclass/kde4-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 830dcf6..08d1ec6 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -394,7 +394,7 @@ add_frameworks_dep() {
ver=${3}
elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then
ver=${KDE_OVERRIDE_MINIMAL}
- elif [[ ${KDEBASE} != kde-frameworks ]]; then
+ elif [[ ${KDEBASE} != kde-frameworks && ${KDEBASE} != kde-base ]]; then
ver=${KDE_MINIMAL}
# if building stable-live version depend just on the raw KDE version
# to allow merging packages against more stable basic stuff