commit: f5599e4ea3653a670c93fcd54b84ef18ce114e6c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 05:39:18 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 05:39:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5599e4e
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 <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 fcebc83cdfd..2b2455e249e 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