commit: 1e2a8debf79263b0af3241c78478161affe1f875
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 14:15:05 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 16:24:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a8deb
kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5-functions.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 4a62e5210ac..b8c52efa9f3 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