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 48E90138334 for ; Sun, 21 Oct 2018 01:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D477E0831; Sun, 21 Oct 2018 01:39:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 18089E0831 for ; Sun, 21 Oct 2018 01:39:22 +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 45737335CA3 for ; Sun, 21 Oct 2018 01:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05A2E439 for ; Sun, 21 Oct 2018 01:39:14 +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: <1540085943.cacfd4b3531b2169cb8ce69616e27c8e329cd39b.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-bindata/go-bindata-0_pre20151023.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cacfd4b3531b2169cb8ce69616e27c8e329cd39b X-VCS-Branch: master Date: Sun, 21 Oct 2018 01:39:14 +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: 62d66997-8e9a-480b-ab8f-f27c5f53cd3b X-Archives-Hash: 4a6a5bb6f99e32f3c9fd3eb3eb652bd2 commit: cacfd4b3531b2169cb8ce69616e27c8e329cd39b Author: Zac Medico gentoo org> AuthorDate: Sun Oct 21 01:34:05 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 21 01:39:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacfd4b3 dev-go/go-bindata: set GOBIN for bug 638572 Closes: https://bugs.gentoo.org/638572 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Zac Medico gentoo.org> dev-go/go-bindata/go-bindata-0_pre20151023.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild index dac12764e41..9b145c32178 100644 --- a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild +++ b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,7 @@ SLOT="0/${PVR}" IUSE="" src_install() { - golang-build_src_install + GOBIN=${S}/bin \ + golang-build_src_install dobin bin/* }