diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/gear.kde.org.eclass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 65d745a5772..ddbd1863f37 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -313,4 +313,13 @@ if $(ver_test -gt 25.07.50); then esac fi +# list of applications ported to KF6 post-25.08 having to block SLOT=5 +if $(ver_test -gt 25.11.50); then + case ${PN} in + rocs) + RDEPEND+=" !${CATEGORY}/${PN}:5" ;; + *) ;; + esac +fi + fi |
