From e035336de7ef47e9b8e3e4f6cd475b8fe264dc4f Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 14 Sep 2017 08:40:59 +0200 Subject: kde5-functions.eclass: Plasma 5.11 FRAMEWORKS_MINIMAL is 5.38.0 --- eclass/kde5-functions.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/kde5-functions.eclass') diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 190443b85a4..86031079b30 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -40,9 +40,9 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - if [[ ${KDE_BUILD_TYPE} = live ]]; then - : ${FRAMEWORKS_MINIMAL:=9999} - fi + [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} + [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} + [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; esac -- cgit v1.2.3