From: Andreas Sturmlechner Date: Mon, 15 Jul 2019 05:39:18 +0000 (+0200) Subject: kde5-functions.eclass: Restrict KF 5.60 to kde-apps-19.04.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5599e4ea3653a670c93fcd54b84ef18ce114e6c;p=gentoo.git kde5-functions.eclass: Restrict KF 5.60 to kde-apps-19.04.3 Upcoming package moves would otherwise have unstable deps. Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index fcebc83cdfd5..2b2455e249e4 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -53,7 +53,7 @@ case ${CATEGORY} in : ${PLASMA_MINIMAL:=5.14.5} : ${QT_MINIMAL:=5.11.1} fi - : ${FRAMEWORKS_MINIMAL:=5.60.0} + [[ ${PV} = 19.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0} ;; esac