From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 920201396D9 for ; Sat, 28 Oct 2017 22:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E35A02BC18D; Sat, 28 Oct 2017 22:04:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1F402BC18D for ; Sat, 28 Oct 2017 22:04:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ECAF33BEA7 for ; Sat, 28 Oct 2017 22:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECDE8827 for ; Sat, 28 Oct 2017 22:04:50 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1509228281.4be559699a152a017bd2e02dde175280b679d8b5.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/consul/consul-0.9.3.ebuild app-admin/consul/consul-1.0.0.ebuild X-VCS-Directories: app-admin/consul/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4be559699a152a017bd2e02dde175280b679d8b5 X-VCS-Branch: master Date: Sat, 28 Oct 2017 22:04:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae1c3ae2-a6c0-45c3-a9c6-8792c16bc7af X-Archives-Hash: 18685893e5f7887b456713aada1e2c5d commit: 4be559699a152a017bd2e02dde175280b679d8b5 Author: Zac Medico gentoo org> AuthorDate: Sat Oct 28 22:02:49 2017 +0000 Commit: Zac Medico gentoo 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 }