commit: f88ba4c6d062917ce5459ca8bd57d6722f32303b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 16 09:10:10 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 09:23:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88ba4c6
kde5-functions.eclass: KDE Plasma 5.17.0 depends on KF-5.63.0 minimum Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 1ce5a044613..652ed06b7be 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,6 +37,7 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) + [[ ${PV} = 5.17* ]] && : ${FRAMEWORKS_MINIMAL:=5.63.0} [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; esac