dev-vcs/hub:unset GOPATH since it interfeers with the build
authorWilliam Hubbs <william.hubbs@sony.com>
Tue, 15 Jan 2019 18:03:26 +0000 (12:03 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 15 Jan 2019 18:06:50 +0000 (12:06 -0600)
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>
dev-vcs/hub/hub-2.7.0.ebuild

index 26f16bf1dcaf0a47cf9e9a6cc0f91f7392134ed1..0e7673d187a5156290e070e6ca6182557db4e645 100644 (file)
@@ -29,6 +29,7 @@ src_prepare() {
 }
 
 src_compile() {
+       unset GOPATH
        ./script/build -o bin/${PN} || die
 }