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@gmail.com>
This commit is contained in:
Bryce Copeland
2025-01-26 06:03:30 +11:00
parent 3a2364d9e3
commit 622903ab80

View File

@@ -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