gui-apps/xwayland-satellite: Skip tests, add QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/935780
Closes: https://bugs.gentoo.org/935781
Closes: https://bugs.gentoo.org/935782
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2024-07-09 20:24:57 +02:00
parent eab0472a57
commit 29f554d90a

View File

@@ -114,6 +114,9 @@ LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-DFS-2016 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
# disable tests which need a running display server
RESTRICT="test"
DEPEND="
>=x11-base/xwayland-23.1
x11-libs/libxcb
@@ -124,6 +127,8 @@ BDEPEND="
sys-devel/clang
"
QA_FLAGS_IGNORED="usr/bin/${PN}"
DOCS=( README.md )
src_install() {