commit: 16c9e79955e4727bec37d86ef742be17ea81e640 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 18 09:52:23 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 09:58:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c9e799
dev-build/cmake: Set CMAKE_QA_COMPAT_SKIP Closes: https://bugs.gentoo.org/964514 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-build/cmake/cmake-3.31.9-r1.ebuild | 2 ++ dev-build/cmake/cmake-4.1.2-r1.ebuild | 2 ++ dev-build/cmake/cmake-9999.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-build/cmake/cmake-3.31.9-r1.ebuild b/dev-build/cmake/cmake-3.31.9-r1.ebuild index 57c4c60d699b..44bd5fb5c1c6 100644 --- a/dev-build/cmake/cmake-3.31.9-r1.ebuild +++ b/dev-build/cmake/cmake-3.31.9-r1.ebuild @@ -14,6 +14,8 @@ CMAKE_DOCS_VERSION=$(ver_cut 1-2).0 # See bug #784815 CMAKE_DOCS_USEFLAG="+doc" +CMAKE_QA_COMPAT_SKIP=1 # bug #964514; cmake itself is the last pkg we worry about + # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja # ... but seems fine as of 3.22.3? # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759. diff --git a/dev-build/cmake/cmake-4.1.2-r1.ebuild b/dev-build/cmake/cmake-4.1.2-r1.ebuild index f6406a4b022f..918f95a80b78 100644 --- a/dev-build/cmake/cmake-4.1.2-r1.ebuild +++ b/dev-build/cmake/cmake-4.1.2-r1.ebuild @@ -16,6 +16,8 @@ CMAKE_DOCS_VERSION=4.0.0_rc1 # See bug #784815 CMAKE_DOCS_USEFLAG="+doc" +CMAKE_QA_COMPAT_SKIP=1 # bug #964514; cmake itself is the last pkg we worry about + # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja # ... but seems fine as of 3.22.3? # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759. diff --git a/dev-build/cmake/cmake-9999.ebuild b/dev-build/cmake/cmake-9999.ebuild index c2af90e358db..9fa065278fec 100644 --- a/dev-build/cmake/cmake-9999.ebuild +++ b/dev-build/cmake/cmake-9999.ebuild @@ -16,6 +16,8 @@ CMAKE_DOCS_VERSION=4.0.0_rc1 # See bug #784815 CMAKE_DOCS_USEFLAG="+doc" +CMAKE_QA_COMPAT_SKIP=1 # bug #964514; cmake itself is the last pkg we worry about + # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja # ... but seems fine as of 3.22.3? # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
