From c29100eadfcf1e37ab2cce20f8cd3f0b025d8144 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Dec 2019 20:48:31 -0800 Subject: 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 --- app-emulation/cadvisor/cadvisor-0.34.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-emulation') 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 -- cgit v1.2.3-65-gdbad