From: William Hubbs Date: Sun, 8 Mar 2020 17:04:22 +0000 (-0500) Subject: go-module.eclass: fix strip restriction X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb5cd29d111e64c30a5a359b9515d9a6ace440ca;p=gentoo.git go-module.eclass: fix strip restriction Signed-off-by: William Hubbs --- diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 74f7bb6aa70a..51484332335b 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -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