diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-10-14 21:33:56 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-10-14 21:33:56 +0100 |
commit | 5833dda7a38bae0620f8b44d34dc82012c377451 (patch) | |
tree | 7664b2116e83939bfe76eccbfb08481a61032a1b /x11-wm/xpra | |
parent | www-client/vivaldi-snapshot: Drop old 6.4.3149.7 (diff) | |
download | gentoo-5833dda7a38bae0620f8b44d34dc82012c377451.tar.gz gentoo-5833dda7a38bae0620f8b44d34dc82012c377451.tar.bz2 gentoo-5833dda7a38bae0620f8b44d34dc82012c377451.zip |
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@gentoo.org>
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r-- | x11-wm/xpra/xpra-4.4.6-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 |