Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/
Date: Sun, 15 Jul 2018 23:30:18
Message-Id: 1531697396.a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a.zmedico@gentoo
1 commit: a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 23:24:03 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 23:29:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ab3c60
7
8 app-admin/consul: fix GOBIN interference (bug 661092)
9
10 Reported-by: Alex Efros <powerman-asdf <AT> yandex.ru>
11 Fixes: https://bugs.gentoo.org/661092
12 Package-Manager: Portage-2.3.42, Repoman-2.3.9
13
14 app-admin/consul/consul-1.2.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-admin/consul/consul-1.2.1.ebuild b/app-admin/consul/consul-1.2.1.ebuild
18 index c23a7225e2c..7bc86cc4fda 100644
19 --- a/app-admin/consul/consul-1.2.1.ebuild
20 +++ b/app-admin/consul/consul-1.2.1.ebuild
21 @@ -40,6 +40,7 @@ src_compile() {
22 # and XC_ARCH, and skips generation of an unused zip file,
23 # avoiding a dependency on app-arch/zip.
24 GOPATH="${S}" \
25 + GOBIN="${S}/bin" \
26 GIT_DESCRIBE="v${PV}" \
27 GIT_DIRTY="" \
28 GIT_COMMIT="${GIT_COMMIT}" \