commit: a3de86fd26775bccf4be5bc75e827453d585d19e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 18:28:49 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 19:29:14 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3de86fd
kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04
eclass/kde5-functions.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 69971b4e4c..edfe2142cb 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,6 +45,9 @@ case ${CATEGORY} in
fi
;;
kde-apps)
+ if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
+ : ${FRAMEWORKS_MINIMAL:=5.44.0}
+ fi
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
fi