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 7784f3e9a57..1111a1f0fd8 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -301,9 +301,10 @@ if $(ver_test -gt 24.11.75); then
fi
# list of applications ported to KF6 post-25.04 having to block SLOT=5
-if $(ver_test -gt 25.07.75); then
+if $(ver_test -gt 25.07.50); then
case ${PN} in
artikulate | \
+ kamoso | \
kig)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;