commit:     f3694abce8fd61d1cb122921c98da533b86b9c78
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 00:23:09 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 10 00:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3694abc

app-benchmarks/hey: Fix to compile with latest go

Closes: https://bugs.gentoo.org/721900
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-benchmarks/hey/hey-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/hey/hey-0.1.2.ebuild 
b/app-benchmarks/hey/hey-0.1.2.ebuild
index 639ee500ec4..97ae05a22bb 100644
--- a/app-benchmarks/hey/hey-0.1.2.ebuild
+++ b/app-benchmarks/hey/hey-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ RDEPEND=""
 
 src_compile() {
        export -n GOCACHE XDG_CACHE_HOME
-       go build -o ./bin/${PN} || die
+       go build -v -x -mod=vendor -o ./bin/${PN} || die
 }
 
 src_install() {

Reply via email to