commit:     5d0b8bc2b88c46021a6f86c5270142cfad07e694
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 08:51:11 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 08:51:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d0b8bc2

kde5-functions.eclass: Lower QT_MINIMAL to 5.9.1

dev-qt/qtwebkit missing a release in 5.9.2.

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 7a52044de8..eaaeac6bb3 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -43,17 +43,17 @@ case ${CATEGORY} in
                [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
                [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
                if [[ ${PV} = 5.12* ]]; then
-                       : ${QT_MINIMAL:=5.9.2}
+                       : ${QT_MINIMAL:=5.9.1}
                        : ${FRAMEWORKS_MINIMAL:=5.38.0}
                fi
                if [[ ${KDE_BUILD_TYPE} = live ]]; then
-                       : ${QT_MINIMAL:=5.9.2}
+                       : ${QT_MINIMAL:=5.9.1}
                        : ${FRAMEWORKS_MINIMAL:=9999}
                fi
                ;;
        kde-apps)
                if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then
-                       : ${QT_MINIMAL:=5.9.2}
+                       : ${QT_MINIMAL:=5.9.1}
                        : ${FRAMEWORKS_MINIMAL:=5.38.0}
                fi
                ;;

Reply via email to