kde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 24 Apr 2018 21:55:11 +0000 (23:55 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 24 Apr 2018 21:56:31 +0000 (23:56 +0200)
Closes: https://bugs.gentoo.org/654004

eclass/kde5-functions.eclass

index 6031ed2f4ec1c6afc2b7cc2b32a8db22c92c86bb..f9b00431bcc062ea51d818894d8356cc5e8da627 100644 (file)
@@ -34,6 +34,7 @@ export KDE_BUILD_TYPE
 
 case ${CATEGORY} in
        kde-frameworks)
+               [[ ${PV} = 5.45* ]] && : ${QT_MINIMAL:=5.9.4}
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)