Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/github-cli/
Date: Sun, 31 May 2020 04:18:06
Message-Id: 1590898598.7d3eec2b8efa6f85df086248a689ff85c01d9b42.robbat2@gentoo
1 commit: 7d3eec2b8efa6f85df086248a689ff85c01d9b42
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 04:07:00 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 04:16:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3eec2b
7
8 dev-util/github-cli: avoid failure if GOBIN/GOPATH/GOCODE in build env
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 dev-util/github-cli/github-cli-0.8.0.ebuild | 2 ++
13 dev-util/github-cli/github-cli-0.9.0-r1.ebuild | 2 ++
14 dev-util/github-cli/github-cli-9999.ebuild | 2 ++
15 3 files changed, 6 insertions(+)
16
17 diff --git a/dev-util/github-cli/github-cli-0.8.0.ebuild b/dev-util/github-cli/github-cli-0.8.0.ebuild
18 index 61c48d3dee4..0cdc3f07d7d 100644
19 --- a/dev-util/github-cli/github-cli-0.8.0.ebuild
20 +++ b/dev-util/github-cli/github-cli-0.8.0.ebuild
21 @@ -275,6 +275,8 @@ SLOT="0"
22 RDEPEND=">=dev-vcs/git-1.7.3"
23 BDEPEND=">=dev-lang/go-1.13"
24
25 +unset GOBIN GOPATH GOCODE
26 +
27 src_unpack() {
28 if [[ ${PV} == *9999 ]]; then
29 git-r3_src_unpack
30
31 diff --git a/dev-util/github-cli/github-cli-0.9.0-r1.ebuild b/dev-util/github-cli/github-cli-0.9.0-r1.ebuild
32 index 40cf4d76c40..766be325438 100644
33 --- a/dev-util/github-cli/github-cli-0.9.0-r1.ebuild
34 +++ b/dev-util/github-cli/github-cli-0.9.0-r1.ebuild
35 @@ -275,6 +275,8 @@ SLOT="0"
36 RDEPEND=">=dev-vcs/git-1.7.3"
37 BDEPEND=">=dev-lang/go-1.13"
38
39 +unset GOBIN GOPATH GOCODE
40 +
41 src_unpack() {
42 if [[ ${PV} == *9999 ]]; then
43 git-r3_src_unpack
44
45 diff --git a/dev-util/github-cli/github-cli-9999.ebuild b/dev-util/github-cli/github-cli-9999.ebuild
46 index 61c48d3dee4..0cdc3f07d7d 100644
47 --- a/dev-util/github-cli/github-cli-9999.ebuild
48 +++ b/dev-util/github-cli/github-cli-9999.ebuild
49 @@ -275,6 +275,8 @@ SLOT="0"
50 RDEPEND=">=dev-vcs/git-1.7.3"
51 BDEPEND=">=dev-lang/go-1.13"
52
53 +unset GOBIN GOPATH GOCODE
54 +
55 src_unpack() {
56 if [[ ${PV} == *9999 ]]; then
57 git-r3_src_unpack