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 5B0AB158095 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 8A05FE0869; 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 6D309E0869 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 6C813340A12 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 014445A4 for ; Wed, 31 Aug 2022 18:26:53 +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.205c11fa0a4555a97fad6552783075864d4f0d38.expeditioneer@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.5.0_rc1.ebuild X-VCS-Directories: media-gfx/prusaslicer/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: 205c11fa0a4555a97fad6552783075864d4f0d38 X-VCS-Branch: master Date: Wed, 31 Aug 2022 18:26:53 +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: e6adc8f5-c493-439a-83c5-c65473b39e36 X-Archives-Hash: 822eec63ff882fcc75961b083e2eebdd commit: 205c11fa0a4555a97fad6552783075864d4f0d38 Author: Dennis Lamm gentoo org> AuthorDate: Wed Aug 31 18:01:52 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=205c11fa media-gfx/prusaslicer: fixed dependencies Bug: https://bugs.gentoo.org/867301 Signed-off-by: Dennis Lamm gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/27090 Signed-off-by: Dennis Lamm gentoo.org> media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild index c43ffddc4b0c..81537f23cff6 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild @@ -29,10 +29,10 @@ RDEPEND=" dev-libs/glib:2 dev-libs/gmp:= dev-libs/mpfr:= - dev-libs/imath:= >=media-gfx/openvdb-8.2:= net-misc/curl[adns] media-libs/glew:0= + media-libs/libjpeg-turbo:= media-libs/libpng:0= media-libs/qhull:= sci-libs/libigl @@ -41,7 +41,6 @@ RDEPEND=" >=sci-mathematics/cgal-5.0:= sys-apps/dbus sys-libs/zlib:= - virtual/glu virtual/opengl x11-libs/gtk+:3 x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]