projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9165402
)
go-module.eclass: fix strip restriction
author
William Hubbs
<williamh@gentoo.org>
Sun, 8 Mar 2020 17:04:22 +0000
(12:04 -0500)
committer
William 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
patch
|
blob
|
history
diff --git
a/eclass/go-module.eclass
b/eclass/go-module.eclass
index 74f7bb6aa70a5ee398c9f589a35dc6adaba65581..51484332335b7b4a3b9eb413dc9c2968c9b06acb 100644
(file)
--- 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