diff options
author | 2024-04-23 20:50:42 +0200 | |
---|---|---|
committer | 2024-04-25 22:42:37 +0200 | |
commit | 7a3fc14e6be7b2df5854d9ddc85cb543eeea1caf (patch) | |
tree | abefca8808eb760b7bf8c23d155dc4edbef9b588 /eclass | |
parent | ecm.eclass: Restrict ECM_TEST="optional" and punting dep to _KFSLOT=5 (diff) | |
download | gentoo-7a3fc14e6be7b2df5854d9ddc85cb543eeea1caf.tar.gz gentoo-7a3fc14e6be7b2df5854d9ddc85cb543eeea1caf.tar.bz2 gentoo-7a3fc14e6be7b2df5854d9ddc85cb543eeea1caf.zip |
gear.kde.org.eclass: Add post-24.02 release SLOT=5 blocklist
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gear.kde.org.eclass | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index f3a3c56369ad..e0d0a8640b5b 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -251,4 +251,17 @@ if $(ver_test -gt 24.01.75); then esac fi +# list of applications ported to KF6 post-24.02 in SLOT=6 having to block SLOT=5 +if $(ver_test -gt 24.04.75); then + case ${PN} in + audex | \ + itinerary | \ + kio-perldoc | \ + kolourpaint | \ + signon-kwallet-extension) + RDEPEND+=" !${CATEGORY}/${PN}:5" ;; + *) ;; + esac +fi + fi |