commit:     a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 23:24:03 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 23:29:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ab3c60

app-admin/consul: fix GOBIN interference (bug 661092)

Reported-by: Alex Efros <powerman-asdf <AT> yandex.ru>
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(+)

diff --git a/app-admin/consul/consul-1.2.1.ebuild 
b/app-admin/consul/consul-1.2.1.ebuild
index c23a7225e2c..7bc86cc4fda 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}" \

Reply via email to