aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-03 20:29:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-03 20:29:56 +0200
commit0b7383b87a9e2d55e2cfa544e192401332d0cbc9 (patch)
treefa71378a7511448ee7672fcb6e1cd43013481875
parentkde-frameworks: Add KDE Frameworks 5.50.0 (diff)
downloadkde-0b7383b8.tar.gz
kde-0b7383b8.tar.bz2
kde-0b7383b8.zip
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.
-rw-r--r--eclass/kde5-functions.eclass4
1 files 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