summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-15 10:41:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-15 19:46:52 +0200
commit5fc62d4f396d20ed67cf8455f447f2b9ee03ff4a (patch)
treecdcb0a07ebebd8562d80abf3d2d357d664e859f5 /eclass
parentgear.kde.org.eclass: Cleanup >=24.01.75 SLOT 5 blocklist (diff)
downloadgentoo-5fc62d4f396d20ed67cf8455f447f2b9ee03ff4a.tar.gz
gentoo-5fc62d4f396d20ed67cf8455f447f2b9ee03ff4a.tar.bz2
gentoo-5fc62d4f396d20ed67cf8455f447f2b9ee03ff4a.zip
gear.kde.org.eclass: Add post-24.05 release SLOT=5 blocklist
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gear.kde.org.eclass24
1 files changed, 24 insertions, 0 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index c063ccc2d7c5..3f8126dd1c01 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -262,4 +262,28 @@ if $(ver_test -gt 24.04.75); then
esac
fi
+# list of applications ported to KF6 post-24.05 in SLOT=6 having to block SLOT=5
+if $(ver_test -gt 24.07.75); then
+ case ${PN} in
+ k3b | \
+ kde-dev-scripts | \
+ kdesdk-thumbnailers | \
+ kdevelop | \
+ kdevelop-php | \
+ kdevelop-python | \
+ kgraphviewer | \
+ kimagemapeditor | \
+ kmplot | \
+ kompare | \
+ krdc | \
+ libkomparediff2 | \
+ lokalize | \
+ massif-visualizer | \
+ poxml | \
+ skanlite)
+ RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
+ *) ;;
+ esac
+fi
+
fi