From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43F1D138334 for ; Tue, 15 Jan 2019 18:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E2E6E0AC4; Tue, 15 Jan 2019 18:07:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05C96E0AC4 for ; Tue, 15 Jan 2019 18:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3EA0335D0D for ; Tue, 15 Jan 2019 18:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 069B650A for ; Tue, 15 Jan 2019 18:07:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1547575610.71b88cf0894826dac75515e47645f8df1aaa7f3c.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hub/hub-2.7.0.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 71b88cf0894826dac75515e47645f8df1aaa7f3c X-VCS-Branch: master Date: Tue, 15 Jan 2019 18:07:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3f41d29-4ec7-460b-8f6e-f7842131f2c4 X-Archives-Hash: 8391d6a785c4c58b84671cd2d7422bb5 commit: 71b88cf0894826dac75515e47645f8df1aaa7f3c Author: William Hubbs sony com> AuthorDate: Tue Jan 15 18:03:26 2019 +0000 Commit: William Hubbs gentoo 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 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 }