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