From 27b2dca6f10cfa7732058f83d7792cc503b65e51 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 14 Aug 2025 10:33:11 -0500 Subject: [PATCH] dev-lang/go: sync QA_PREBUILT and QA_PRESTRIPPED settings Closes: https://bugs.gentoo.org/960052 Signed-off-by: William Hubbs --- 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 3c89d5985125b..460ae2af0140c 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 66e1c8e44443c..0b04ca1987037 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 5f202931d0de4..4f9caabf8a0af 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