From: Zac Medico Date: Tue, 10 Dec 2019 04:48:31 +0000 (-0800) Subject: app-emulation/cadvisor: export -n GOCACHE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c29100eadfcf1e37ab2cce20f8cd3f0b025d8144;p=gentoo.git app-emulation/cadvisor: export -n GOCACHE Closes: https://bugs.gentoo.org/679068 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild index 60ea53e37238..76ad3d58d03a 100644 --- 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