commit: 2fd0c646eeb7962cdcbfcdcb9fbedd0a61abdde0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 15:52:58 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 15:52:58 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fd0c646
kde5-functions.eclass: Set >=kde-apps-19.04 FRAMEWORKS_MINIMAL=5.57.0
Sync with upstream live as well as Gentoo ebuild repo.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
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 35e81e2afe..711b0121e1 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,7 +45,7 @@ case ${CATEGORY} in
fi
;;
kde-apps)
- [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && :
${FRAMEWORKS_MINIMAL:=5.56.0}
+ [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && :
${FRAMEWORKS_MINIMAL:=5.57.0}
;;
esac