diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index f3a3c56369ade..e0d0a8640b5b1 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