commit: 5e30b2d437af43aa05b40f46fd84f632aac99845
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 09:29:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 18 13:52:36 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e30b2d4
kde5-functions.eclass: Add minimum deps for Plasma 5.13
eclass/kde5-functions.eclass | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index d66f0babde..01b4cf8d5b 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -38,6 +38,10 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
;;
kde-plasma)
+ if [[ ${PV} = 5.13* || ${PV} = 5.12.90 ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.46.0}
+ : ${QT_MINIMAL:=5.10.1}
+ fi
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
: ${QT_MINIMAL:=5.10.1}