commit:     b77e44c72f28f474e6206eeabe56470343d342f5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 10:07:25 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=b77e44c7

kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL for kde-apps 9999/18.04

5.46.0 will be the next stable Frameworks version.

 eclass/kde5-functions.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 01b4cf8d5b..8df91bf362 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -49,7 +49,7 @@ case ${CATEGORY} in
                ;;
        kde-apps)
                if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=5.44.0}
+                       : ${FRAMEWORKS_MINIMAL:=5.46.0}
                fi
                ;;
 esac

Reply via email to