logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: f3fc2f34442637031d831f4501cf97e9a3304102
parent b5edd81bc2ac3418070410d1ecfecfe4829c5af8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  9 Jul 2023 17:31:04 +0200

dev-lang/go: Fix STRIP_MASK

Diffstat:

Mdev-lang/go/go-1.4_p20171003.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.4_p20171003.ebuild b/dev-lang/go/go-1.4_p20171003.ebuild @@ -24,7 +24,7 @@ QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*" # The go language uses *.a files which are _NOT_ libraries and should not be # stripped. The test data objects should also be left alone and unstripped. -STRIP_MASK="/usr/lib/go/pkg/*.a +STRIP_MASK="/usr/lib/go/pkg/*/*.a /usr/lib/go/src/debug/elf/testdata/* /usr/lib/go/src/debug/dwarf/testdata/* /usr/lib/go/src/runtime/race/*.syso