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 03076138512 for ; Thu, 20 Oct 2016 08:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1FCE0944; Thu, 20 Oct 2016 08:04:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93FC3E0944 for ; Thu, 20 Oct 2016 08:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26E26341627 for ; Thu, 20 Oct 2016 08:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9AA2ED for ; Thu, 20 Oct 2016 08:04:10 +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: <1476950597.a7ed5f76815c8324d594ca16816b281db28b838b.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.7.0.ebuild X-VCS-Directories: app-admin/consul/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a7ed5f76815c8324d594ca16816b281db28b838b X-VCS-Branch: master Date: Thu, 20 Oct 2016 08:04:10 +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: 10543638-c8e7-41f4-a58d-fe70ae1a111d X-Archives-Hash: 6d46b680a0c753bebeaa6f96c6e83fa7 commit: a7ed5f76815c8324d594ca16816b281db28b838b Author: Zac Medico gentoo org> AuthorDate: Thu Oct 20 08:03:17 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 20 08:03:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ed5f76 app-admin/consul: trim GOPATH Package-Manager: portage-2.3.2 app-admin/consul/consul-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/consul/consul-0.7.0.ebuild b/app-admin/consul/consul-0.7.0.ebuild index c3b7b2f..4e65738 100644 --- a/app-admin/consul/consul-0.7.0.ebuild +++ b/app-admin/consul/consul-0.7.0.ebuild @@ -80,7 +80,7 @@ src_prepare() { } src_compile() { - export GOPATH="${WORKDIR}:$(get_golibdir_gopath)" + export GOPATH="${WORKDIR}" go install -v -work -x ${EGO_BUILD_FLAGS} "github.com/mitchellh/gox/..." || die go install -v -work -x ${EGO_BUILD_FLAGS} "${GO_PN}/..." || die PATH=${PATH}:${WORKDIR}/bin XC_ARCH=$(go env GOARCH) XC_OS=$(go env GOOS) emake