commit:     29f554d90a1e2dfe10d37f8dd68afb4967318bde
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Jul  9 18:24:57 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Jul  9 18:26:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29f554d9

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 <AT> pm.me>

 gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild 
b/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild
index df816e242..e36948bc0 100644
--- a/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild
+++ b/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild
@@ -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() {

Reply via email to