From d04275bc5cc72c3ddafc633186e175c54a477a6c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 16 Mar 2019 16:18:35 -0700 Subject: [PATCH] dev-go/go-tour: filter GOCACHE vars (bug 567192) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico --- dev-go/go-tour/go-tour-0_p20180810.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-go/go-tour/go-tour-0_p20180810.ebuild b/dev-go/go-tour/go-tour-0_p20180810.ebuild index 0266d4dd62b22..42d9aa99327c6 100644 --- a/dev-go/go-tour/go-tour-0_p20180810.ebuild +++ b/dev-go/go-tour/go-tour-0_p20180810.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ src_compile() { for x in net tools; do ln -s "$(get_golibdir_gopath)/src/golang.org/x/${x}" "${T}/golibdir/src/golang.org/x/${x}" || die done + export -n GOCACHE XDG_CACHE_HOME #567192 GOPATH="${S}:${T}/golibdir" GOBIN="${S}/bin" \ go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" [[ -x bin/gotour ]] || die "gotour not found"