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 3D1A0158095 for ; Wed, 31 Aug 2022 18:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D82BE086C; Wed, 31 Aug 2022 18:26:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3352CE0839 for ; Wed, 31 Aug 2022 18:26:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A75B34069A for ; Wed, 31 Aug 2022 18:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF016599 for ; Wed, 31 Aug 2022 18:26:52 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1661970407.ce2d738142d09d57c9a957bc5419dee49121a7e5.expeditioneer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/prusaslicer/, media-gfx/prusaslicer/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild X-VCS-Directories: media-gfx/prusaslicer/ media-gfx/prusaslicer/files/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: ce2d738142d09d57c9a957bc5419dee49121a7e5 X-VCS-Branch: master Date: Wed, 31 Aug 2022 18:26:52 +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: 421855fb-dde9-4ba6-85cc-2964d4c3b0fc X-Archives-Hash: bd55505caab4e80a9174c7fe2cfdd210 commit: ce2d738142d09d57c9a957bc5419dee49121a7e5 Author: Dennis Lamm gentoo org> AuthorDate: Wed Aug 31 17:59:06 2022 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Wed Aug 31 18:26:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2d7381 media-gfx/prusaslicer: fixed failing tests Signed-off-by: Dennis Lamm gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Dennis Lamm gentoo.org> .../files/prusaslicer-2.5.0_rc1-fix-tests.patch | 14 ++++++++++++++ media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch b/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch new file mode 100644 index 000000000000..c86c585926ab --- /dev/null +++ b/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch @@ -0,0 +1,14 @@ +--- a/tests/fff_print/test_data.cpp ++++ b/tests/fff_print/test_data.cpp +@@ -4,10 +4,9 @@ + #include "libslic3r/GCodeReader.hpp" + #include "libslic3r/Config.hpp" + #include "libslic3r/Print.hpp" +-#include "libslic3r/Format/OBJ.hpp" +-#include "libslic3r/Format/STL.hpp" + + #include ++#include + #include + + #include diff --git a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild index f99c7d8cc487..82c03988b3a8 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild @@ -52,6 +52,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-2.5.0_alpha2-boost-fixes.patch" "${FILESDIR}/${P}-cereal-1.3.1.patch" + "${FILESDIR}/${P}-fix-tests.patch" ) S="${WORKDIR}/${MY_PN}-version_${MY_PV}"