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