From: Andreas Sturmlechner Date: Fri, 1 Mar 2019 14:15:05 +0000 (+0100) Subject: kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e2a8debf79263b0af3241c78478161affe1f875;p=gentoo.git kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1 Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 4a62e5210acc..b8c52efa9f35 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -41,6 +41,7 @@ case ${CATEGORY} in [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.12.1} fi ;; esac