From f706c0d5e4db469f72df53623c5ca6e26b38769a Mon Sep 17 00:00:00 2001 From: Ceres Date: Tue, 12 May 2026 16:43:45 +0100 Subject: [PATCH] */*: 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 --- app-crypt/age-plugin-yubikey/age-plugin-yubikey-0.5.1.ebuild | 2 ++ app-crypt/rage/rage-0.11.2.ebuild | 5 +++++ app-misc/pastel/pastel-0.12.0-r1.ebuild | 2 ++ 3 files changed, 9 insertions(+) diff --git a/app-crypt/age-plugin-yubikey/age-plugin-yubikey-0.5.1.ebuild b/app-crypt/age-plugin-yubikey/age-plugin-yubikey-0.5.1.ebuild index 86436d02b1..6b61fc755f 100644 --- a/app-crypt/age-plugin-yubikey/age-plugin-yubikey-0.5.1.ebuild +++ b/app-crypt/age-plugin-yubikey/age-plugin-yubikey-0.5.1.ebuild @@ -26,3 +26,5 @@ DEPEND="sys-apps/pcsc-lite" RDEPEND="${DEPEND}" ECARGO_VENDOR="${WORKDIR}/vendor" + +QA_FLAGS_IGNORED="/usr/bin/${PN}" diff --git a/app-crypt/rage/rage-0.11.2.ebuild b/app-crypt/rage/rage-0.11.2.ebuild index 42a0dd4a72..556c8bd71e 100644 --- a/app-crypt/rage/rage-0.11.2.ebuild +++ b/app-crypt/rage/rage-0.11.2.ebuild @@ -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 } diff --git a/app-misc/pastel/pastel-0.12.0-r1.ebuild b/app-misc/pastel/pastel-0.12.0-r1.ebuild index ee108d9483..d12a08f7b4 100644 --- a/app-misc/pastel/pastel-0.12.0-r1.ebuild +++ b/app-misc/pastel/pastel-0.12.0-r1.ebuild @@ -28,6 +28,8 @@ else KEYWORDS="~amd64" fi +QA_FLAGS_IGNORED="/usr/bin/${PN}" + src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack