kde5-functions.eclass: Restrict KF 5.60 to kde-apps-19.04.3
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 15 Jul 2019 05:39:18 +0000 (07:39 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 15 Jul 2019 05:39:18 +0000 (07:39 +0200)
Upcoming package moves would otherwise have unstable deps.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index fcebc83cdfd56d4ad992036638467089867d971b..2b2455e249e4187f086cb01544d8cafea7302411 100644 (file)
@@ -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