From cddac59d06fe7327dcd1854f80d53532166d498e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Mar 2019 17:01:54 -0700 Subject: dev-go/coveraggregator: filter GOCACHE vars (bug 681202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/681202 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico --- dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev-go/coveraggregator') diff --git a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild b/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild index 5f38582a0acf..65f3de29613c 100644 --- a/dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild +++ b/dev-go/coveraggregator/coveraggregator-0_pre20170216.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 @@ -16,6 +16,11 @@ IUSE="" DEPEND="dev-go/go-tools:=" RDEPEND="" +src_compile() { + export -n GOCACHE XDG_CACHE_HOME #681202 + golang-build_src_compile +} + src_install() { dobin ${PN} dodoc src/${EGO_PN}/README.md -- cgit v1.2.3-65-gdbad