summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-02-27 18:12:11 -0600
committerWilliam Hubbs <williamh@gentoo.org>2019-02-27 18:12:43 -0600
commit44c4aaf9f8e24a23007c0ea15a37ba7f216878dc (patch)
tree53f6990f3490aee214f35978d41a509b2388da79 /dev-vcs
parentwww-apps/trickster-bin: Add log message for the config file (diff)
downloadgentoo-44c4aaf9f8e24a23007c0ea15a37ba7f216878dc.tar.gz
gentoo-44c4aaf9f8e24a23007c0ea15a37ba7f216878dc.tar.bz2
gentoo-44c4aaf9f8e24a23007c0ea15a37ba7f216878dc.zip
dev-vcs/hub-2.7.1: Fix GOPATH and GOCACHE settings
Closes: https://bugs.gentoo.org/678974 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hub/hub-2.7.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/hub/hub-2.7.1.ebuild b/dev-vcs/hub/hub-2.7.1.ebuild
index 0e7673d187a5..2747df4dd86f 100644
--- a/dev-vcs/hub/hub-2.7.1.ebuild
+++ b/dev-vcs/hub/hub-2.7.1.ebuild
@@ -29,7 +29,8 @@ src_prepare() {
}
src_compile() {
- unset GOPATH
+ GOCACHE="${T}"/go-cache \
+ GOPATH= \
./script/build -o bin/${PN} || die
}