commit:     622903ab8089350faf37f3a0ce7220800005c2ec
Author:     Bryce Copeland <truffle074 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 25 19:03:30 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 25 19:03:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=622903ab

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 <truffle074 <AT> gmail.com>

 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 6c5d4949f..9966e78ab 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
 

Reply via email to