Skip to content

Commit

Permalink
app-admin/kube-bench: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/892894
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Feb 5, 2023
1 parent d318ba8 commit c2bd024
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app-admin/kube-bench/kube-bench-0.6.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -13,6 +13,11 @@ LICENSE="Apache-2.0 MIT MPL-2.0 BSD BSD-2"
SLOT="0"
KEYWORDS="~amd64"

src_prepare() {
default
sed -i -e 's/-short -race/-short/' makefile || die
}

src_compile() {
emake KUBEBENCH_VERSION=v${PV} build
}
Expand Down

0 comments on commit c2bd024

Please sign in to comment.