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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF01313835A for ; Fri, 18 Jun 2021 19:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7EEEE086D; Fri, 18 Jun 2021 19:18:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEB75E086D for ; Fri, 18 Jun 2021 19:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7C86340B1F for ; Fri, 18 Jun 2021 19:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479B27B3 for ; Fri, 18 Jun 2021 19:18:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624043813.d9f7872d2196d9c1852ffe70d611f9c0a7783001.soap@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.3.1-r1.ebuild media-gfx/prusaslicer/prusaslicer-2.3.1.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d9f7872d2196d9c1852ffe70d611f9c0a7783001 X-VCS-Branch: master Date: Fri, 18 Jun 2021 19:18:15 +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: 8181cb1f-8091-477f-afad-bf403b537ff3 X-Archives-Hash: fb3ba0958f25dba3fdf7e43ac2efd3d2 commit: d9f7872d2196d9c1852ffe70d611f9c0a7783001 Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:16:53 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:16:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f7872d media-gfx/prusaslicer: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> .../{prusaslicer-2.3.1.ebuild => prusaslicer-2.3.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/prusaslicer/prusaslicer-2.3.1.ebuild b/media-gfx/prusaslicer/prusaslicer-2.3.1-r1.ebuild similarity index 97% rename from media-gfx/prusaslicer/prusaslicer-2.3.1.ebuild rename to media-gfx/prusaslicer/prusaslicer-2.3.1-r1.ebuild index cc29c97ae4a..a023437a805 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.3.1.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.3.1-r1.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/eigen:3 dev-cpp/tbb - >=dev-libs/boost-1.73.0:=[nls,threads] + >=dev-libs/boost-1.73.0:=[nls,threads(+)] dev-libs/cereal dev-libs/expat dev-libs/gmp:=