summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gear.kde.org.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index ddbd1863f37..95498f835b4 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -316,7 +316,8 @@ 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)
+ rocs | \
+ umbrello)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;
esac