Skip to content

Commit

Permalink
media-gfx/freecad: add python-3.9 support
Browse files Browse the repository at this point in the history
Also restrict dependency for opencascade

Closes: https://bugs.gentoo.org/789780
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <[email protected]>
Closes: gentoo#21242
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
waebbl authored and thesamesam committed Jun 15, 2021
1 parent d60a25d commit 0ed3c25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions media-gfx/freecad/freecad-0.19.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

EAPI=7

# vtk needs updating to use 3.9
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit check-reqs cmake desktop eapi8-dosym optfeature python-single-r1 xdg

Expand Down Expand Up @@ -69,7 +68,7 @@ RDEPEND="
sci-libs/flann[openmp]
sci-libs/hdf5:=[fortran,zlib]
>=sci-libs/med-4.0.0-r1[python,${PYTHON_SINGLE_USEDEP}]
sci-libs/opencascade:=[vtk(+)]
<sci-libs/opencascade-7.5.2:=[vtk(+)]
sci-libs/orocos_kdl:=
sys-libs/zlib
virtual/glu
Expand Down

0 comments on commit 0ed3c25

Please sign in to comment.