From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kube-bench/
Date: Mon, 28 Oct 2019 13:57:43 +0000 (UTC) [thread overview]
Message-ID: <1572271046.88ab18b85b645bbc9fd962bb40fa88043a67f053.mrueg@gentoo> (raw)
commit: 88ab18b85b645bbc9fd962bb40fa88043a67f053
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 13:56:59 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:57:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ab18b8
app-admin/kube-bench: Fix build with go-1.12
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-admin/kube-bench/kube-bench-0.0.34.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/kube-bench/kube-bench-0.0.34.ebuild b/app-admin/kube-bench/kube-bench-0.0.34.ebuild
index cf7b9e1eb72..5b943f248d2 100644
--- a/app-admin/kube-bench/kube-bench-0.0.34.ebuild
+++ b/app-admin/kube-bench/kube-bench-0.0.34.ebuild
@@ -49,7 +49,7 @@ RESTRICT="test"
src_compile() {
pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -mod vendor -v -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${PV}" -o ${PN} . || die
+ GO111MODULE=on GOPATH="${S}" go build -mod vendor -v -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${PV}" -o ${PN} . || die
popd || die
}
next reply other threads:[~2019-10-28 13:57 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 13:57 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-06 0:23 [gentoo-commits] repo/gentoo:master commit in: app-admin/kube-bench/ William Hubbs
2023-02-05 21:56 William Hubbs
2022-07-30 20:44 William Hubbs
2022-03-06 18:35 William Hubbs
2022-03-06 18:34 William Hubbs
2020-03-22 19:33 William Hubbs
2020-03-07 23:30 William Hubbs
2020-03-07 20:02 Robin H. Johnson
2020-01-22 17:41 William Hubbs
2020-01-07 1:33 William Hubbs
2019-12-17 15:39 Manuel Rüger
2019-12-17 15:39 Manuel Rüger
2019-11-27 14:30 Manuel Rüger
2019-11-27 14:30 Manuel Rüger
2019-11-27 14:30 Manuel Rüger
2019-11-20 16:51 Manuel Rüger
2019-10-07 14:16 Manuel Rüger
2019-10-07 14:16 Manuel Rüger
2019-09-02 16:30 Manuel Rüger
2019-09-02 16:30 Manuel Rüger
2019-07-15 23:57 Manuel Rüger
2019-07-01 9:35 Manuel Rüger
2019-04-25 11:38 Manuel Rüger
2019-04-25 11:38 Manuel Rüger
2019-04-23 13:08 Manuel Rüger
2019-04-23 12:50 Manuel Rüger
2019-01-02 14:09 Manuel Rüger
2018-10-28 16:55 Manuel Rüger
2018-07-30 12:39 Manuel Rüger
2018-07-04 16:31 Manuel Rüger
2018-06-07 12:57 Manuel Rüger
2018-06-02 12:28 Manuel Rüger
2018-05-14 13:41 Manuel Rüger
2018-04-10 9:50 Manuel Rüger
2018-04-10 9:50 Manuel Rüger
2018-04-04 11:41 Manuel Rüger
2018-03-27 11:10 Manuel Rüger
2018-02-21 15:13 Manuel Rüger
2018-02-08 16:43 Manuel Rüger
2018-01-22 13:09 Manuel Rüger
2017-12-11 19:03 Manuel Rüger
2017-12-11 16:32 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1572271046.88ab18b85b645bbc9fd962bb40fa88043a67f053.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox