commit:     b9c899f4f9e0225b7b5d200950e1ed5a1f49822f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 17:32:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 17:32:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9c899f4

kde5-functions.eclass: Fix FRAMEWORKS_MINIMAL for Plasma 5.12 branch

 eclass/kde5-functions.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 19f0a856d8..d531908079 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}

Reply via email to