go-module.eclass: drop RESTRICT=strip

Any bugs I've been able to find that would justify keeping this were
fixed long ago and other distributions seem to be stripping Go binaries
just fine.

Closes: https://bugs.gentoo.org/926841
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-07-13 06:05:29 +01:00
parent 09c288f2f1
commit dc9f739ba2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -104,9 +104,6 @@ export GOFLAGS="-buildvcs=false -modcacherw -v -x"
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'
# Go packages should not be stripped with strip(1).
RESTRICT+=" strip"
# @ECLASS_VARIABLE: EGO_SUM
# @DEPRECATED: none
# @DESCRIPTION: