commit: 8ad57a497f8fb552c1dcaab32ac93d73af17c70c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 13:09:17 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 13:10:21 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ad57a49
gear.kde.org.eclass: Move skanlite to 24.08 SLOT=5 blockers
Fedora and OpenSUSE TW build it as KF6-based in 24.05 already, so we can too.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/gear.kde.org.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 4666732394..6e8704bb9e 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -281,7 +281,8 @@ if $(ver_test -gt 24.07.75); then
libkomparediff2 | \
lokalize | \
massif-visualizer | \
- poxml)
+ poxml | \
+ skanlite)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;
esac
@@ -293,7 +294,6 @@ if $(ver_test -gt 24.10.75); then
case ${PN} in
kalzium | \
minuet | \
- skanlite | \
step)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;