mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user