From: Andreas Sturmlechner Date: Sun, 6 Aug 2017 16:19:46 +0000 (+0200) Subject: kde5-functions.eclass: Raise >=KF-5.37 QT_MINIMAL to 5.7.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=edfa12a72b967046aef34d2143c8fa27473e4d76;p=gentoo.git kde5-functions.eclass: Raise >=KF-5.37 QT_MINIMAL to 5.7.1 See also: https://mail.kde.org/pipermail/release-team/2017-August/010526.html --- diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 4641e0605cca..34bb74ffa4ae 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -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 ;;