summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 18:32:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 18:32:21 +0100
commitb9c899f4f9e0225b7b5d200950e1ed5a1f49822f (patch)
tree0edf06aea5ccfcdd6768695e570df6ab0b85deb4
parent103cb8c93891314590e0793cef0bb0e754c3467d (diff)
downloadkde-b9c899f4f9e0225b7b5d200950e1ed5a1f49822f.tar.gz
kde-b9c899f4f9e0225b7b5d200950e1ed5a1f49822f.tar.bz2
kde-b9c899f4f9e0225b7b5d200950e1ed5a1f49822f.zip
kde5-functions.eclass: Fix FRAMEWORKS_MINIMAL for Plasma 5.12 branch
-rw-r--r--eclass/kde5-functions.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 19f0a856d8b..d5319080796 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -37,8 +37,9 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
- if [[ ${PV} = 5.12* ]]; then
+ if [[ ${PV} = 5.12* || ${PV} = 5.11.95 ]]; then
: ${QT_MINIMAL:=5.9.1}
+ : ${FRAMEWORKS_MINIMAL:=5.42.0}
fi
if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${QT_MINIMAL:=5.9.1}