aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-25 06:42:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-25 21:15:45 +0200
commit4f10da4ac86b8e8cdc19c9489bc51e83ef385bf9 (patch)
tree3152d033035e9b2201bf8355b0af06b048303e5b /eclass
parentkde-apps/poxml: Port to KF6 (diff)
downloadkde-4f10da4ac86b8e8cdc19c9489bc51e83ef385bf9.tar.gz
kde-4f10da4ac86b8e8cdc19c9489bc51e83ef385bf9.tar.bz2
kde-4f10da4ac86b8e8cdc19c9489bc51e83ef385bf9.zip
gear.kde.org.eclass: Split future SLOT=5 blocklist into 24.08/"24.11"
More applications were officially ported in git master already. Update SLOT=5 24.08 blocklist: - kde-apps/kdeedu-data - kde-apps/poxml Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gear.kde.org.eclass14
1 files changed, 12 insertions, 2 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 8c84fbfc29..4a5b26d64c 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -268,11 +268,21 @@ fi
if $(ver_test -gt 24.07.75); then
case ${PN} in
k3b | \
- kalzium | \
kdeedu-data | \
- kdesdk-thumbnailers | \
kimagemapeditor | \
kmplot | \
+ poxml)
+ RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
+ *) ;;
+ esac
+fi
+
+# list of applications ported to KF6 post-24.08 in SLOT=6 having to block SLOT=5
+# (option to build with KF6 in master, but default remains KF5)
+if $(ver_test -gt 24.10.75); then
+ case ${PN} in
+ kalzium | \
+ kdesdk-thumbnailers | \
kompare | \
krdc | \
libkomparediff2 | \