From 71b88cf0894826dac75515e47645f8df1aaa7f3c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 15 Jan 2019 12:03:26 -0600 Subject: 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 --- dev-vcs/hub/hub-2.7.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-vcs') 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 } -- cgit v1.2.3-65-gdbad