commit:     b1d7905936336ce6dc68e49107b43f2d426ce208
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  3 11:06:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  3 11:06:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d79059

kde5-functions.eclass: Raise QT_MINIMAL

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 348406ce1a..f9b315a28c 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -38,10 +38,10 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
-               [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.10.1}
+               [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
                if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
                        : ${FRAMEWORKS_MINIMAL:=9999}
-                       : ${QT_MINIMAL:=5.10.1}
+                       : ${QT_MINIMAL:=5.11.1}
                fi
                ;;
 esac

Reply via email to