dev-build/cmake: Sync with Gentoo

It's from Gentoo commit f817fc713665ad5b91d087cef30abfec366e3f77.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-11-03 07:06:46 +00:00 committed by Krzesimir Nowak
parent 33fab01635
commit c5ba32da07
3 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,8 @@ CMAKE_DOCS_VERSION=$(ver_cut 1-2).0
# See bug #784815 # See bug #784815
CMAKE_DOCS_USEFLAG="+doc" 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 # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
# ... but seems fine as of 3.22.3? # ... but seems fine as of 3.22.3?
# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759. # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.

View File

@ -16,6 +16,8 @@ CMAKE_DOCS_VERSION=4.0.0_rc1
# See bug #784815 # See bug #784815
CMAKE_DOCS_USEFLAG="+doc" 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 # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
# ... but seems fine as of 3.22.3? # ... but seems fine as of 3.22.3?
# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759. # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
@ -51,7 +53,7 @@ else
)" )"
if [[ ${PV} != *_rc* ]] ; then if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
fi fi
BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-bradking-20250904 )" BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-bradking-20250904 )"

View File

@ -16,6 +16,8 @@ CMAKE_DOCS_VERSION=4.0.0_rc1
# See bug #784815 # See bug #784815
CMAKE_DOCS_USEFLAG="+doc" 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 # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
# ... but seems fine as of 3.22.3? # ... but seems fine as of 3.22.3?
# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759. # TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.