diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:39:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:39:18 +0200 |
commit | f5599e4ea3653a670c93fcd54b84ef18ce114e6c (patch) | |
tree | 6e424ebf7442474aae26d792ce09d0e77f4485c7 | |
parent | media-sound/teamspeak-client: drop old version (diff) | |
download | gentoo-f5599e4ea3653a670c93fcd54b84ef18ce114e6c.tar.gz gentoo-f5599e4ea3653a670c93fcd54b84ef18ce114e6c.tar.bz2 gentoo-f5599e4ea3653a670c93fcd54b84ef18ce114e6c.zip |
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@gentoo.org>
-rw-r--r-- | eclass/kde5-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |