commit: 148073078951b779c56ac2f9c44f60c9953d203a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 4 14:54:33 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 11 15:29:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14807307
gear.kde.org.eclass: Add kde-apps/kig to post 25.07.50 SLOT=5 blocklist Closes: https://bugs.gentoo.org/957852 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/gear.kde.org.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 9e216e7e02be..9d7cd9557c80 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -303,7 +303,8 @@ fi # list of applications ported to KF6 post-25.04 having to block SLOT=5 if $(ver_test -gt 25.07.50); then case ${PN} in - artikulate) + artikulate | \ + kig) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;; esac
