commit:     71b88cf0894826dac75515e47645f8df1aaa7f3c
Author:     William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Tue Jan 15 18:03:26 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 18:06:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b88cf0

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 <AT> gentoo.org>

 dev-vcs/hub/hub-2.7.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-vcs/hub/hub-2.7.0.ebuild b/dev-vcs/hub/hub-2.7.0.ebuild
index 26f16bf1dca..0e7673d187a 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
 }
 

Reply via email to