summaryrefslogtreecommitdiff
path: root/app-admin/kube-bench/kube-bench-0.6.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-06 03:18:56 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-06 03:18:56 +0000
commita2f130f3156ea1d203e99a781424790176b9b2b5 (patch)
tree10fbba06303ed3b478a8a39114e6b6127ef18dbb /app-admin/kube-bench/kube-bench-0.6.8.ebuild
parent519f4aac6d5896fe0204e6429485f95240c7ff58 (diff)
gentoo auto-resync : 06:02:2023 - 03:18:56
Diffstat (limited to 'app-admin/kube-bench/kube-bench-0.6.8.ebuild')
-rw-r--r--app-admin/kube-bench/kube-bench-0.6.8.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-admin/kube-bench/kube-bench-0.6.8.ebuild b/app-admin/kube-bench/kube-bench-0.6.8.ebuild
index 4d7ff54265c5..0e29d40ffca4 100644
--- a/app-admin/kube-bench/kube-bench-0.6.8.ebuild
+++ b/app-admin/kube-bench/kube-bench-0.6.8.ebuild
@@ -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
@@ -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
}