dev-lang/go: sync QA_PREBUILT and QA_PRESTRIPPED settings

Closes: https://bugs.gentoo.org/960052
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs 2025-08-14 10:33:11 -05:00
parent 5e28df37f2
commit 27b2dca6f1
No known key found for this signature in database
GPG Key ID: DFDDE1809F0F9344
3 changed files with 6 additions and 3 deletions

View File

@ -50,7 +50,8 @@ QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
# This package triggers "unrecognized elf file(s)" notices on riscv.
# https://bugs.gentoo.org/794046
QA_PREBUILT='.*'
QA_PREBUILT="*"
QA_PRESTRIPPED="*.syso"
# Do not strip this package. Stripping is unsupported upstream and may
# fail.

View File

@ -46,7 +46,8 @@ QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
# This package triggers "unrecognized elf file(s)" notices on riscv.
# https://bugs.gentoo.org/794046
QA_PREBUILT='.*'
QA_PREBUILT="*"
QA_PRESTRIPPED="*.syso"
DOCS=(
CONTRIBUTING.md

View File

@ -46,7 +46,8 @@ QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
# This package triggers "unrecognized elf file(s)" notices on riscv.
# https://bugs.gentoo.org/794046
QA_PREBUILT='.*'
QA_PREBUILT="*"
QA_PRESTRIPPED="*.syso"
DOCS=(
CONTRIBUTING.md