From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 500841581C1 for ; Tue, 9 Jul 2024 18:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A17E2A0F; Tue, 9 Jul 2024 18:26:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82033E2A0F for ; Tue, 9 Jul 2024 18:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A10433BEBE for ; Tue, 9 Jul 2024 18:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF171DCE for ; Tue, 9 Jul 2024 18:26:56 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1720549565.29f554d90a1e2dfe10d37f8dd68afb4967318bde.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/xwayland-satellite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild X-VCS-Directories: gui-apps/xwayland-satellite/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 29f554d90a1e2dfe10d37f8dd68afb4967318bde X-VCS-Branch: dev Date: Tue, 9 Jul 2024 18:26:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f2f0340-da84-4b96-81a0-f0ac955647dc X-Archives-Hash: e67c75f96e048b219b2a46bae871d083 commit: 29f554d90a1e2dfe10d37f8dd68afb4967318bde Author: Jonas Frei pm me> AuthorDate: Tue Jul 9 18:24:57 2024 +0000 Commit: Jonas Frei pm 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 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() {