go-module.eclass: fix strip restriction
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 8 Mar 2020 17:04:22 +0000 (12:04 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 8 Mar 2020 17:07:27 +0000 (12:07 -0500)
Signed-off-by: William Hubbs <williamh@gentoo.org>
eclass/go-module.eclass

index 74f7bb6aa70a5ee398c9f589a35dc6adaba65581..51484332335b7b4a3b9eb413dc9c2968c9b06acb 100644 (file)
@@ -84,7 +84,7 @@ export GOFLAGS="-v -x -mod=readonly"
 QA_FLAGS_IGNORED='.*'
 
 # Go packages should not be stripped with strip(1).
-RESTRICT="strip"
+RESTRICT+=" strip"
 
 EXPORT_FUNCTIONS src_unpack pkg_postinst