commit:     f5272ada70e921c24dcf0b8bf15f80fb6084f4f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 13:19:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 13:24:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5272ada

gear.kde.org.eclass: Add post-24.02 release SLOT=5 blocklist

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/gear.kde.org.eclass | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 33fd4378de..8418a90d97 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -241,4 +241,35 @@ 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.03.75); then
+       case ${PN} in
+               ffmpegthumbs | \
+               gwenview | \
+               itinerary | \
+               k3b | \
+               kdeedu-data | \
+               kimagemapeditor | \
+               kio-gdrive | \
+               kmplot | \
+               kolourpaint | \
+               kompare | \
+               kopeninghours | \
+               kosmindoormap | \
+               kpublictransport | \
+               krdc | \
+               ksanecore | \
+               libkeduvocdocument | \
+               libkomparediff2 | \
+               libksane | \
+               minuet | \
+               signon-kwallet-extension | \
+               skanlite | \
+               skanpage | \
+               step)
+                       RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
+               *) ;;
+       esac
+fi
+
 fi

Reply via email to