mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
gear.kde.org.eclass: Add post-24.02 release SLOT=5 blocklist
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -251,4 +251,17 @@ 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.04.75); then
|
||||
case ${PN} in
|
||||
audex | \
|
||||
itinerary | \
|
||||
kio-perldoc | \
|
||||
kolourpaint | \
|
||||
signon-kwallet-extension)
|
||||
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user