diff options
Diffstat (limited to 'dev-lang/go/go-1.23.12.ebuild')
| -rw-r--r-- | dev-lang/go/go-1.23.12.ebuild | 3 |
1 files changed, 2 insertions, 1 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. |
