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 748EB158089 for ; Sat, 14 Oct 2023 20:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B97532BC01F; Sat, 14 Oct 2023 20:34:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A57F22BC01F for ; Sat, 14 Oct 2023 20:34:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2062335C5D for ; Sat, 14 Oct 2023 20:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59E8610AC for ; Sat, 14 Oct 2023 20:34:29 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1697315636.5833dda7a38bae0620f8b44d34dc82012c377451.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.4.6-r2.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5833dda7a38bae0620f8b44d34dc82012c377451 X-VCS-Branch: master Date: Sat, 14 Oct 2023 20:34:29 +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: 57c2a54a-ab72-46fc-84dd-8563ecd555f6 X-Archives-Hash: 8596cfa558de0b1fdbfed3aed5d309b2 commit: 5833dda7a38bae0620f8b44d34dc82012c377451 Author: James Le Cuirot gentoo org> AuthorDate: Sat Oct 14 20:33:56 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Oct 14 20:33:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5833dda7 x11-wm/xpra: Restrict tests because the PEP517 migration broke them Some tests failed for a while before that for unknown reasons anyway. This could potentially be fixed up, but I'm stepping back from this package, at least for the time being. Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/xpra-4.4.6-r2.ebuild | 4 +++- x11-wm/xpra/xpra-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-wm/xpra/xpra-4.4.6-r2.ebuild b/x11-wm/xpra/xpra-4.4.6-r2.ebuild index 5ec14d265625..b4c34890cee3 100644 --- a/x11-wm/xpra/xpra-4.4.6-r2.ebuild +++ b/x11-wm/xpra/xpra-4.4.6-r2.ebuild @@ -114,7 +114,9 @@ BDEPEND=" doc? ( virtual/pandoc ) " -RESTRICT="!test? ( test )" +# Broken by PEP517 migration, and some tests failed for a while before that for +# unknown reasons. +RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-4.4-xdummy.patch diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 09e2d5b2a699..b2531fd6fa85 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -114,7 +114,9 @@ BDEPEND=" doc? ( virtual/pandoc ) " -RESTRICT="!test? ( test )" +# Broken by PEP517 migration and some tests failed for a while before that for +# unknown reasons. +RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-9999-xdummy.patch