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 371EC158091 for ; Thu, 2 Jun 2022 22:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26ACFE084A; Thu, 2 Jun 2022 22:28:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090E0E084A for ; Thu, 2 Jun 2022 22:28:06 +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 163923424FB for ; Thu, 2 Jun 2022 22:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64715458 for ; Thu, 2 Jun 2022 22:28:03 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1654208880.c371846e13bf7188fb452bc9f2453e5802eaf65a.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: c371846e13bf7188fb452bc9f2453e5802eaf65a X-VCS-Branch: master Date: Thu, 2 Jun 2022 22:28:03 +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: 5dcd9e51-7f62-4d49-b96e-343b49c4ac6e X-Archives-Hash: c1768ce6482ae9b2465c8be89d69eeee commit: c371846e13bf7188fb452bc9f2453e5802eaf65a Author: Piotr Karbowski gentoo org> AuthorDate: Thu Jun 2 22:26:59 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Jun 2 22:28:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c371846e media-gfx/prusaslicer: skip tests due to fff tests hanging. Bug: https://github.com/prusa3d/PrusaSlicer/issues/8379 Closes: https://bugs.gentoo.org/843410 Signed-off-by: Piotr Karbowski gentoo.org> media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild index e096571e5c42..aecea64d8cd9 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.6.0_pre20220601.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RESTRICT="!test? ( test )" +RESTRICT="test" RDEPEND=" dev-cpp/eigen:3