From: William Hubbs Date: Tue, 15 Jan 2019 18:03:26 +0000 (-0600) Subject: dev-vcs/hub:unset GOPATH since it interfeers with the build X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=71b88cf0894826dac75515e47645f8df1aaa7f3c;p=gentoo.git 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 --- 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 }