commit: bb5cd29d111e64c30a5a359b9515d9a6ace440ca Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 17:04:22 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 17:07:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5cd29d
go-module.eclass: fix strip restriction Signed-off-by: William Hubbs <williamh <AT> gentoo.org> eclass/go-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 74f7bb6aa70..51484332335 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
