summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-01-15 12:03:26 -0600
committerWilliam Hubbs <williamh@gentoo.org>2019-01-15 12:06:50 -0600
commit71b88cf0894826dac75515e47645f8df1aaa7f3c (patch)
treead2fe8a5e368a9300330d031176e1b429b146b71 /dev-vcs
parentx11-drivers/nvidia-drivers: Old (diff)
downloadgentoo-71b88cf0894826dac75515e47645f8df1aaa7f3c.tar.gz
gentoo-71b88cf0894826dac75515e47645f8df1aaa7f3c.tar.bz2
gentoo-71b88cf0894826dac75515e47645f8df1aaa7f3c.zip
dev-vcs/hub:unset GOPATH since it interfeers with the build
Closes: https://bugs.gentoo.org/673862 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.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/hub/hub-2.7.0.ebuild b/dev-vcs/hub/hub-2.7.0.ebuild
index 26f16bf1dcaf..0e7673d187a5 100644
--- a/dev-vcs/hub/hub-2.7.0.ebuild
+++ b/dev-vcs/hub/hub-2.7.0.ebuild
@@ -29,6 +29,7 @@ src_prepare() {
}
src_compile() {
+ unset GOPATH
./script/build -o bin/${PN} || die
}