summaryrefslogtreecommitdiff
path: root/eclass/gear.kde.org.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/gear.kde.org.eclass')
-rw-r--r--eclass/gear.kde.org.eclass13
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