Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/
Date: Thu, 02 Jun 2022 22:28:08
Message-Id: 1654208880.c371846e13bf7188fb452bc9f2453e5802eaf65a.slashbeast@gentoo
1 commit: c371846e13bf7188fb452bc9f2453e5802eaf65a
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 22:26:59 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 22:28:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c371846e
7
8 media-gfx/prusaslicer: skip tests due to fff tests hanging.
9
10 Bug: https://github.com/prusa3d/PrusaSlicer/issues/8379
11 Closes: https://bugs.gentoo.org/843410
12 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
13
14 media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
18 index e096571e5c42..aecea64d8cd9 100644
19 --- a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
20 +++ b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild
21 @@ -16,7 +16,7 @@ SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="test"
24
25 -RESTRICT="!test? ( test )"
26 +RESTRICT="test"
27
28 RDEPEND="
29 dev-cpp/eigen:3