commit:     edfa12a72b967046aef34d2143c8fa27473e4d76
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 16:19:46 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 13:01:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfa12a7

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

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 4641e0605cc..34bb74ffa4a 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
                ;;

Reply via email to