commit:     d41718e304c13f90aafa5f58dd3d6aa3d00046b7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 10:43:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 14:39:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41718e3

kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1

Gentoo-bug: 605646

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 1724a69..31597be 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,8 @@ case ${CATEGORY} in
                if [[ $(get_version_component_range 2) -eq 8 && 
$(get_version_component_range 3) -lt 50 ]]; then
                        : ${FRAMEWORKS_MINIMAL:=5.26.0} # special 5.8 LTS rule 
to not get overwritten below
                elif ! [[ $(get_version_component_range 2) -le 8 && 
$(get_version_component_range 3) -lt 50 ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=5.28.0}
+                       : ${QT_MINIMAL:=5.7.1}
+                       : ${FRAMEWORKS_MINIMAL:=5.29.0}
                fi
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;

Reply via email to