commit:     17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 14:23:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 14:23:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=17a02fea

kde5-functions.eclass: Add >=kde-apps-18.08 FRAMEWORKS_MINIMAL=5.49.0

 eclass/kde5-functions.eclass | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index ba16df3b66..118011b524 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -44,6 +44,11 @@ case ${CATEGORY} in
                        : ${QT_MINIMAL:=5.11.1}
                fi
                ;;
+       kde-apps)
+               if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then
+                       : ${FRAMEWORKS_MINIMAL:=5.49.0}
+               fi
+               ;;
 esac
 
 # @ECLASS-VARIABLE: QT_MINIMAL

Reply via email to