Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/
Date: Sun, 27 Nov 2022 13:23:56
Message-Id: 1669555381.734858c39ae95ae5fcdaa3178583d43b8ea52de4.slashbeast@gentoo
1 commit: 734858c39ae95ae5fcdaa3178583d43b8ea52de4
2 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
3 AuthorDate: Sun Nov 27 11:38:54 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 13:23:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734858c3
7
8 media-gfx/freecad: restrict to <sci-libs/opencascade-7.7.0
9
10 Several issues when trying to build against OCC 7.7.0.
11
12 They have been updated upstream already and there's an v0.20.2 version
13 planed for release, so just restrict the dependency for now. If you rely
14 on FreeCAD build against OCC 7.7.0, you can use the live ebuild.
15
16 Closes: https://bugs.gentoo.org/883073
17 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
18 Closes: https://github.com/gentoo/gentoo/pull/28447
19 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
20
21 media-gfx/freecad/freecad-0.20.1.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/media-gfx/freecad/freecad-0.20.1.ebuild b/media-gfx/freecad/freecad-0.20.1.ebuild
25 index 92f01267350b..40c90979cd7e 100644
26 --- a/media-gfx/freecad/freecad-0.20.1.ebuild
27 +++ b/media-gfx/freecad/freecad-0.20.1.ebuild
28 @@ -66,7 +66,7 @@ RDEPEND="
29 sci-libs/flann[openmp]
30 sci-libs/hdf5:=[fortran,zlib]
31 >=sci-libs/med-4.0.0-r1[python,${PYTHON_SINGLE_USEDEP}]
32 - sci-libs/opencascade:=[json,vtk]
33 + <sci-libs/opencascade-7.7.0:=[json,vtk]
34 sci-libs/orocos_kdl:=
35 sys-libs/zlib
36 virtual/glu