kde5-functions.eclass: Add minimum deps for Plasma 5.13
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 3 Jul 2018 11:04:16 +0000 (13:04 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 3 Jul 2018 11:04:16 +0000 (13:04 +0200)
eclass/kde5-functions.eclass

index 89fa32146ae1e5eb41bfe706831a97e9300e1df2..34aed6cf284e706f0036b83174af870569cdc17a 100644 (file)
@@ -37,13 +37,14 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
+               [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
                if [[ ${PV} = 5.12.5* ]]; then
                        : ${FRAMEWORKS_MINIMAL:=5.43.0}
                        : ${QT_MINIMAL:=5.9.1}
                fi
                if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
                        : ${FRAMEWORKS_MINIMAL:=9999}
-                       : ${QT_MINIMAL:=5.10.1}
+                       : ${QT_MINIMAL:=5.11.1}
                fi
                ;;
        kde-apps)