From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1693710-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 771611581FB
	for <garchives@archives.gentoo.org>; Sun, 24 Nov 2024 20:25:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 80217E07F6;
	Sun, 24 Nov 2024 20:25:12 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 665BCE07F6
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 20:25:12 +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 64F7533C1EB
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 20:25:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C3A01D95
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 20:25:09 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1732479861.786e57379475404f81d9745ecaf8f28fe7faf23e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/freecad/freecad-1.0.0-r1.ebuild
X-VCS-Directories: media-gfx/freecad/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 786e57379475404f81d9745ecaf8f28fe7faf23e
X-VCS-Branch: master
Date: Sun, 24 Nov 2024 20:25:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4aaaa9ea-abfd-4ab8-955c-5781a23accf4
X-Archives-Hash: 670ce13989b9d23479b5d6c0ecf1f010

commit:     786e57379475404f81d9745ecaf8f28fe7faf23e
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Tue Oct 29 19:57:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 20:24:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786e5737

media-gfx/freecad: Make smesh dependencies optional

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/freecad/freecad-1.0.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/freecad/freecad-1.0.0-r1.ebuild b/media-gfx/freecad/freecad-1.0.0-r1.ebuild
index d38e964e0f2e..505396de6e0f 100644
--- a/media-gfx/freecad/freecad-1.0.0-r1.ebuild
+++ b/media-gfx/freecad/freecad-1.0.0-r1.ebuild
@@ -61,8 +61,6 @@ RDEPEND="
 		dev-qt/qtbase:6[concurrent,network,xml]
 	)
 	media-libs/freetype
-	sci-libs/hdf5:=[fortran,zlib]
-	>=sci-libs/med-4.0.0-r1
 	sci-libs/opencascade:=[json,vtk]
 	sys-libs/zlib
 	cloud? (
@@ -112,6 +110,8 @@ RDEPEND="
 	openscad? ( media-gfx/openscad )
 	pcl? ( sci-libs/pcl:=[opengl,openni2,vtk] )
 	smesh? (
+		sci-libs/hdf5:=[fortran,zlib]
+		>=sci-libs/med-4.0.0-r1
 		qt5? ( sci-libs/vtk:=[qt5] )
 		!qt5? ( sci-libs/vtk:=[-qt5,qt6] )
 	)
@@ -155,7 +155,9 @@ BDEPEND="
 REQUIRED_USE="
 	${PYTHON_REQUIRED_USE}
 	designer? ( gui )
+	fem? ( smesh )
 	inspection? ( points )
+	openscad? ( smesh )
 	path? ( robot )
 	python_single_target_python3_12? ( gui? ( !qt5 ) )
 "