From f5599e4ea3653a670c93fcd54b84ef18ce114e6c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 15 Jul 2019 07:39:18 +0200 Subject: [PATCH] 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 --- 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 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 -- 2.26.2