kde5-functions.eclass: Raise >=KF-5.37 QT_MINIMAL to 5.7.1
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Aug 2017 16:19:46 +0000 (18:19 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 Aug 2017 13:01:32 +0000 (15:01 +0200)
See also:
https://mail.kde.org/pipermail/release-team/2017-August/010526.html

eclass/kde5-functions.eclass

index 4641e0605ccac75fc7cc0bb7fc35ea248cc2ea35..34bb74ffa4ae7efea4d7fdf1781b1f3b7c070874 100644 (file)
@@ -33,10 +33,12 @@ export KDE_BUILD_TYPE
 case ${CATEGORY} in
        kde-frameworks)
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
+               [[ ${KDE_BUILD_TYPE} = live || $(get_version_component_range 2) -ge 37 ]] \
+                       && : ${QT_MINIMAL:=5.7.1}
                ;;
        kde-plasma)
                : ${QT_MINIMAL:=5.7.1}
-               if [[ ${KDE_BUILD_TYPE} = live && $(get_version_component_range 2) -ne 8 ]]; then
+               if [[ ${KDE_BUILD_TYPE} = live ]]; then
                        : ${FRAMEWORKS_MINIMAL:=9999}
                fi
                ;;