dev-util/kube-linter: avoid warnings about pre-stripped binaries

Closes: https://bugs.gentoo.org/960215
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2025-08-07 11:18:52 -05:00
parent 3080018744
commit b68b01d81c

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,6 +13,8 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
QA_PRESTRIPPED=usr/bin/kube-linter
src_compile() {
emake TAG=${PV} build
}