commit: 4be559699a152a017bd2e02dde175280b679d8b5 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 22:02:49 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 22:04:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be55969
app-admin/consul: fix GOBIN interference (bug 631776) Closes: https://bugs.gentoo.org/631776 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-admin/consul/consul-0.9.3.ebuild | 2 +- app-admin/consul/consul-1.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/consul/consul-0.9.3.ebuild b/app-admin/consul/consul-0.9.3.ebuild index 1eae049ea45..73999db91a2 100644 --- a/app-admin/consul/consul-0.9.3.ebuild +++ b/app-admin/consul/consul-0.9.3.ebuild @@ -42,7 +42,7 @@ src_compile() { # The dev target sets causes build.sh to set appropriate XC_OS # and XC_ARCH, and skips generation of an unused zip file, # avoiding a dependency on app-arch/zip. - GOPATH="${S}" \ + GOPATH="${S}" GOBIN="${S}/bin" \ emake -C "${S}/src/${EGO_PN}" dev } diff --git a/app-admin/consul/consul-1.0.0.ebuild b/app-admin/consul/consul-1.0.0.ebuild index 1eae049ea45..73999db91a2 100644 --- a/app-admin/consul/consul-1.0.0.ebuild +++ b/app-admin/consul/consul-1.0.0.ebuild @@ -42,7 +42,7 @@ src_compile() { # The dev target sets causes build.sh to set appropriate XC_OS # and XC_ARCH, and skips generation of an unused zip file, # avoiding a dependency on app-arch/zip. - GOPATH="${S}" \ + GOPATH="${S}" GOBIN="${S}/bin" \ emake -C "${S}/src/${EGO_PN}" dev }
