From 622903ab8089350faf37f3a0ce7220800005c2ec Mon Sep 17 00:00:00 2001 From: Bryce Copeland Date: Sun, 26 Jan 2025 06:03:30 +1100 Subject: [PATCH] gui-apps/shikane: added QA_FLAGS_IGNORED and keyword ~arm64 for 1.0.1 Closes: https://bugs.gentoo.org/948482 Signed-off-by: Bryce Copeland --- gui-apps/shikane/shikane-1.0.1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gui-apps/shikane/shikane-1.0.1.ebuild b/gui-apps/shikane/shikane-1.0.1.ebuild index 6c5d4949f4..9966e78ab4 100644 --- a/gui-apps/shikane/shikane-1.0.1.ebuild +++ b/gui-apps/shikane/shikane-1.0.1.ebuild @@ -135,7 +135,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="+man" BDEPEND=" @@ -146,6 +146,12 @@ BDEPEND=" # final binary only depends on stdlib #DEPEND="dev-libs/wayland-protocols" +# exception for rust binaries trigger "doesn't respect CFLAGS" +QA_FLAGS_IGNORED=( + "/usr/bin/shikane" + "/usr/bin/shikanectl" +) + src_prepare() { default