From a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 15 Jul 2018 16:24:03 -0700 Subject: app-admin/consul: fix GOBIN interference (bug 661092) Reported-by: Alex Efros Fixes: https://bugs.gentoo.org/661092 Package-Manager: Portage-2.3.42, Repoman-2.3.9 --- app-admin/consul/consul-1.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-admin') 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}" \ -- cgit v1.2.3-65-gdbad