From 5d0b8bc2b88c46021a6f86c5270142cfad07e694 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 8 Oct 2017 10:51:11 +0200 Subject: 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(-) (limited to 'eclass/kde5-functions.eclass') diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 7a52044de86..eaaeac6bb31 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 ;; -- cgit v1.2.3