commit:     e3d99a31a8cb19ee5c8b31429a6a8f8d4b586b38
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: Thu Apr 19 17:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d99a31

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 cd0151eb296..19bd46e630a 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -47,6 +47,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

Reply via email to