From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 12B271581B9 for ; Thu, 25 Sep 2025 11:56:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EFD82340D36 for ; Thu, 25 Sep 2025 11:56:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E5126110573; Thu, 25 Sep 2025 11:56:25 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DF37B110573 for ; Thu, 25 Sep 2025 11:56:25 +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 96216335D55 for ; Thu, 25 Sep 2025 11:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093193A59 for ; Thu, 25 Sep 2025 11:56:24 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1758801370.8a0509bb1c4f686fdc5a3b5db41424f2e4ddb296.fordfrog@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.9.3-r1.ebuild media-gfx/prusaslicer/prusaslicer-2.9.3.ebuild media-gfx/prusaslicer/prusaslicer-9999.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8a0509bb1c4f686fdc5a3b5db41424f2e4ddb296 X-VCS-Branch: master Date: Thu, 25 Sep 2025 11:56:24 +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: 2f5c391d-2e3c-4c01-9ed2-b2f66a3bae08 X-Archives-Hash: 65a7bcd8565b3a724a32f75228fa5a2f commit: 8a0509bb1c4f686fdc5a3b5db41424f2e4ddb296 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Sep 25 11:45:22 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Sep 25 11:56:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0509bb media-gfx/prusaslicer: added missing dep to 2.9.3 & live Closes: https://bugs.gentoo.org/962935 Signed-off-by: Miroslav Šulc gentoo.org> .../{prusaslicer-2.9.3.ebuild => prusaslicer-2.9.3-r1.ebuild} | 1 + media-gfx/prusaslicer/prusaslicer-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/prusaslicer/prusaslicer-2.9.3.ebuild b/media-gfx/prusaslicer/prusaslicer-2.9.3-r1.ebuild similarity index 99% rename from media-gfx/prusaslicer/prusaslicer-2.9.3.ebuild rename to media-gfx/prusaslicer/prusaslicer-2.9.3-r1.ebuild index d679a8fb8cf1..31cdde32d9ff 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.9.3.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.9.3-r1.ebuild @@ -30,6 +30,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 dev-cpp/tbb:= + dev-cpp/nlohmann_json:= dev-libs/boost:=[nls] dev-libs/cereal dev-libs/expat diff --git a/media-gfx/prusaslicer/prusaslicer-9999.ebuild b/media-gfx/prusaslicer/prusaslicer-9999.ebuild index d679a8fb8cf1..31cdde32d9ff 100644 --- a/media-gfx/prusaslicer/prusaslicer-9999.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-9999.ebuild @@ -30,6 +30,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 dev-cpp/tbb:= + dev-cpp/nlohmann_json:= dev-libs/boost:=[nls] dev-libs/cereal dev-libs/expat