commit: ea06dfc157270fa9807dd50627277bdb8f24d8b5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 13:39:20 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 13:39:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea06dfc1
kde5-functions: Raise FRAMEWORKS_MINIMAL to 5.39 for kde-apps-17.12
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 6beaf698dc..3bbc010089 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -50,7 +50,7 @@ case ${CATEGORY} in
kde-apps)
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} =
17.11* ]]; then
: ${QT_MINIMAL:=5.9.1}
- : ${FRAMEWORKS_MINIMAL:=5.38.0}
+ : ${FRAMEWORKS_MINIMAL:=5.39.0}
fi
;;
esac