mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user