• [gentoo-dev] [PATCH 1/2] go-module.eclass: drop RESTRICT=strip

    From Sam James@21:1/5 to All on Sun Jul 13 07:20:01 2025
    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>
    ---
    eclass/go-module.eclass | 3 ---
    1 file changed, 3 deletions(-)

    diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
    index 14e0aad9dd2a8..411d0cd8ea583 100644
    --- a/eclass/go-module.eclass
    +++ b/eclass/go-module.eclass
    @@ -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:
    --
    2.50.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)