commit:     842b713beb4edfd8ab3725607f70ac26d1ff7bbb
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 22:29:20 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 22:30:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b713b

sys-cluster/zookeepercli: filter GOCACHE vars (bug 678960)

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/678960
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild 
b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
index 7013d4a1a82..fe03fb04c04 100644
--- a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
+++ b/sys-cluster/zookeepercli/zookeepercli-1.0.10.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
@@ -50,6 +50,7 @@ src_unpack() {
 }
 
 src_compile() {
+       export -n GOCACHE XDG_CACHE_HOME #678960
        GOPATH="${S}" \
                go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
 }

Reply via email to