projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d29f67
)
app-emulation/cadvisor: export -n GOCACHE
author
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Dec 2019 04:48:31 +0000
(20:48 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Dec 2019 04:49:12 +0000
(20:49 -0800)
Closes: https://bugs.gentoo.org/679068
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
app-emulation/cadvisor/cadvisor-0.34.0.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild
b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild
index 60ea53e37238dda15bb3228d2fccd5c1cf6e37e1..76ad3d58d03a76dbf54f6960a8218759317ce991 100644
(file)
--- a/
app-emulation/cadvisor/cadvisor-0.34.0.ebuild
+++ b/
app-emulation/cadvisor/cadvisor-0.34.0.ebuild
@@
-30,6
+30,7
@@
src_prepare() {
}
src_compile() {
+ export -n GOCACHE XDG_CACHE_HOME
pushd "src/${EGO_PN}"
GO_FLAGS="-v -work -x" VERBOSE="true" GOPATH="${S}:$(get_golibdir_gopath)" emake build
popd || die