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

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-12-10 23:27:42 +01:00
parent 83480ef024
commit e30eede4ca

View File

@@ -285,4 +285,19 @@ if $(ver_test -gt 24.07.75); then
esac
fi
# list of applications ported to KF6 post-24.08 in SLOT=6 having to block SLOT=5
if $(ver_test -gt 24.11.75); then
case ${PN} in
cantor | \
kalzium | \
kmix | \
kwave | \
marble | \
minuet | \
step)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;
esac
fi
fi