mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user