commit: 0b7383b87a9e2d55e2cfa544e192401332d0cbc9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 3 18:29:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 3 18:29:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b7383b8
kde5-functions.eclass: QT_MINIMAL=5.11.1 is default for kde-plasma/*
KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already,
only 5.12 LTS can build with old Qt.
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 118011b524..37fbdae238 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -38,11 +38,11 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
- [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
+ [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4}
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
- : ${QT_MINIMAL:=5.11.1}
fi
+ : ${QT_MINIMAL:=5.11.1}
;;
kde-apps)
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then