*/*: add QA_FLAGS_IGNORED for rust packages

trivial change to make tinderbox happy, hence one commit for multiple
packages

Closes: https://bugs.gentoo.org/974618
Closes: https://bugs.gentoo.org/974572
Closes: https://bugs.gentoo.org/974571
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-12 16:43:45 +01:00
parent 2cfe39f431
commit f706c0d5e4
3 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ KEYWORDS="~amd64 ~arm64"
ECARGO_VENDOR="${WORKDIR}/vendor"
QA_FLAGS_IGNORED="
/usr/bin/${PN}
/usr/bin/${PN}-keygen
"
src_install() {
cargo_src_install --path rage
}