diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-01-15 12:03:26 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-01-15 12:06:50 -0600 |
commit | 71b88cf0894826dac75515e47645f8df1aaa7f3c (patch) | |
tree | ad2fe8a5e368a9300330d031176e1b429b146b71 /dev-vcs/hub | |
parent | x11-drivers/nvidia-drivers: Old (diff) | |
download | gentoo-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/hub')
-rw-r--r-- | dev-vcs/hub/hub-2.7.0.ebuild | 1 |
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 } |