commit:     5833dda7a38bae0620f8b44d34dc82012c377451
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 20:33:56 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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

Reply via email to