projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4281c0
)
dev-vcs/hub:unset GOPATH since it interfeers with the build
author
William Hubbs
<william.hubbs@sony.com>
Tue, 15 Jan 2019 18:03:26 +0000
(12:03 -0600)
committer
William 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
patch
|
blob
|
history
diff --git
a/dev-vcs/hub/hub-2.7.0.ebuild
b/dev-vcs/hub/hub-2.7.0.ebuild
index 26f16bf1dcaf0a47cf9e9a6cc0f91f7392134ed1..0e7673d187a5156290e070e6ca6182557db4e645 100644
(file)
--- 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
}