summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-07-15 16:24:03 -0700
committerZac Medico <zmedico@gentoo.org>2018-07-15 16:29:56 -0700
commita0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a (patch)
tree9597f3c6a4fb6068b6ae5140a680b60ada83411c /app-admin
parentdev-lang/orc: remove old (diff)
downloadgentoo-a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a.tar.gz
gentoo-a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a.tar.bz2
gentoo-a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a.zip
app-admin/consul: fix GOBIN interference (bug 661092)
Reported-by: Alex Efros <powerman-asdf@yandex.ru> Fixes: https://bugs.gentoo.org/661092 Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/consul/consul-1.2.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/consul/consul-1.2.1.ebuild b/app-admin/consul/consul-1.2.1.ebuild
index c23a7225e2cc..7bc86cc4fda3 100644
--- a/app-admin/consul/consul-1.2.1.ebuild
+++ b/app-admin/consul/consul-1.2.1.ebuild
@@ -40,6 +40,7 @@ src_compile() {
# and XC_ARCH, and skips generation of an unused zip file,
# avoiding a dependency on app-arch/zip.
GOPATH="${S}" \
+ GOBIN="${S}/bin" \
GIT_DESCRIBE="v${PV}" \
GIT_DIRTY="" \
GIT_COMMIT="${GIT_COMMIT}" \