app-metrics/vault_exporter: avoid warnings about pre-stripped binaries

Closes: https://bugs.gentoo.org/960395
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs 2025-08-05 12:11:14 -05:00
parent 280688b434
commit 039b3207f2
No known key found for this signature in database
GPG Key ID: DFDDE1809F0F9344

View File

@ -22,6 +22,8 @@ RDEPEND="
BDEPEND="${RDEPEND}"
QA_PRESTRIPPED=usr/bin/vault_exporter
src_compile() {
ego build -ldflags '-d -s -w' -tags netgo -installsuffix netgo -v -x .
}