commit:     3048e0dfd82f99cccbcffc47accd76e338e04c3a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 20:31:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 20:33:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3048e0df

kde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12

 eclass/kde5-functions.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 3df54d51724..cd0151eb296 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -37,6 +37,10 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
+               if [[ ${PV} = 5.12* ]]; then
+                       : ${QT_MINIMAL:=5.9.1}
+                       : ${FRAMEWORKS_MINIMAL:=5.42.0}
+               fi
                if [[ ${KDE_BUILD_TYPE} = live ]]; then
                        : ${QT_MINIMAL:=5.9.1}
                        : ${FRAMEWORKS_MINIMAL:=9999}

Reply via email to