commit: b77406a05701422b63b19285f847fa9390d43203 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 20:29:57 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 20:29:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77406a0
games-arcade/supertux: Skip CMake compatibility QA check It finds some false positives. CMake 4 works fine now. Closes: https://bugs.gentoo.org/957672 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-arcade/supertux/supertux-0.6.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/supertux/supertux-0.6.3-r2.ebuild b/games-arcade/supertux/supertux-0.6.3-r2.ebuild index 200786bfbfe2..de6a0fbffcfc 100644 --- a/games-arcade/supertux/supertux-0.6.3-r2.ebuild +++ b/games-arcade/supertux/supertux-0.6.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -#: ${CMAKE_MAKEFILE_GENERATOR:=emake} +CMAKE_QA_COMPAT_SKIP=1 inherit cmake xdg MY_PV="${PV/_rc/-rc.}"
