summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2024-10-29 19:57:33 +0000
committerSam James <sam@gentoo.org>2024-11-24 20:24:38 +0000
commitddd6a8d28ca73bfe728324cc8192938bc5f0a54a (patch)
treeff2b94f15bf20083e98b42f3e3f350280421dde7 /media-gfx/freecad
parentmedia-gfx/freecad: Make media-gfx/openscad an optfeature (diff)
downloadgentoo-ddd6a8d28ca73bfe728324cc8192938bc5f0a54a.tar.gz
gentoo-ddd6a8d28ca73bfe728324cc8192938bc5f0a54a.tar.bz2
gentoo-ddd6a8d28ca73bfe728324cc8192938bc5f0a54a.zip
media-gfx/freecad: In 1.0RC2 Draft Workbench needs BIM
Closes: https://github.com/gentoo/gentoo/pull/39021 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/freecad')
-rw-r--r--media-gfx/freecad/freecad-1.0.0-r1.ebuild6
1 files 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 52f06f7d19db..a7177f604c23 100644
--- a/media-gfx/freecad/freecad-1.0.0-r1.ebuild
+++ b/media-gfx/freecad/freecad-1.0.0-r1.ebuild
@@ -26,17 +26,18 @@ fi
# examples are licensed CC-BY-SA (without note of specific version)
LICENSE="LGPL-2 CC-BY-SA-4.0"
SLOT="0"
-IUSE="debug designer +gui netgen pcl qt5 smesh spacenav test X"
+IUSE="debug designer +gui netgen pcl qt5 +smesh spacenav test X"
# Modules are found in src/Mod/ and their options defined in:
# cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
# To get their dependencies:
# 'grep REQUIRES_MODS cMake/FreeCAD_Helpers/CheckInterModuleDependencies.cmake'
-IUSE+=" addonmgr bim cam cloud fem idf inspection mesh openscad points reverse robot surface +techdraw"
+IUSE+=" addonmgr +bim cam cloud fem idf inspection +mesh openscad points reverse robot surface +techdraw"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
bim? ( mesh )
cam? ( mesh )
+ gui? ( bim )
designer? ( gui )
fem? ( smesh )
inspection? ( points )
@@ -46,6 +47,7 @@ REQUIRED_USE="
reverse? ( mesh points )
test? ( techdraw )
"
+# Draft Workbench needs BIM
# There is no py3.12 support planned for pyside2
RESTRICT="!test? ( test )"