dev-qt/qtwebengine: re-add sbom workaround in 6.10 live

Thought this was fixed, but had tested the wrong version.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-10-04 10:03:18 -04:00
parent ed852f4313
commit 2cae358fd4
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 6 additions and 0 deletions

View File

@ -229,6 +229,9 @@ src_configure() {
# TODO: fixup gn cross, or package dev-qt/qtwebengine-gn with =ON
# (see also BUILD_ONLY_GN option added in 6.8+ for the latter)
-DINSTALL_GN=OFF
# TODO: drop this if no longer errors out early during cmake generation
-DQT_GENERATE_SBOM=OFF
)
local mygnargs=(

View File

@ -229,6 +229,9 @@ src_configure() {
# TODO: fixup gn cross, or package dev-qt/qtwebengine-gn with =ON
# (see also BUILD_ONLY_GN option added in 6.8+ for the latter)
-DINSTALL_GN=OFF
# TODO: drop this if no longer errors out early during cmake generation
-DQT_GENERATE_SBOM=OFF
)
local mygnargs=(