commit: 27b2dca6f10cfa7732058f83d7792cc503b65e51 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Aug 14 15:33:11 2025 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 16:00:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b2dca6
dev-lang/go: sync QA_PREBUILT and QA_PRESTRIPPED settings Closes: https://bugs.gentoo.org/960052 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> dev-lang/go/go-1.23.12.ebuild | 3 ++- dev-lang/go/go-1.24.6.ebuild | 3 ++- dev-lang/go/go-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-lang/go/go-1.23.12.ebuild b/dev-lang/go/go-1.23.12.ebuild index 3c89d5985125..460ae2af0140 100644 --- a/dev-lang/go/go-1.23.12.ebuild +++ b/dev-lang/go/go-1.23.12.ebuild @@ -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. diff --git a/dev-lang/go/go-1.24.6.ebuild b/dev-lang/go/go-1.24.6.ebuild index 66e1c8e44443..0b04ca198703 100644 --- a/dev-lang/go/go-1.24.6.ebuild +++ b/dev-lang/go/go-1.24.6.ebuild @@ -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 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 5f202931d0de..4f9caabf8a0a 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -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
