Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/
Date: Thu, 10 Jun 2021 03:38:06
Message-Id: 1623296263.4578daf387523650389985ad579c9578f0a4bd64.sam@gentoo
1 commit: 4578daf387523650389985ad579c9578f0a4bd64
2 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
3 AuthorDate: Wed Jun 2 15:48:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 03:37:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4578daf3
7
8 sci-libs/vtk: add python-3.9 support
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/vtk/vtk-8.2.0-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-libs/vtk/vtk-8.2.0-r1.ebuild b/sci-libs/vtk/vtk-8.2.0-r1.ebuild
18 index 9ab67fa0c1e..4d29ebbccca 100644
19 --- a/sci-libs/vtk/vtk-8.2.0-r1.ebuild
20 +++ b/sci-libs/vtk/vtk-8.2.0-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27 WEBAPP_OPTIONAL=yes
28 WEBAPP_MANUAL_SLOT=yes
29
30 @@ -216,7 +216,7 @@ src_configure() {
31 -DVTK_Group_Views=$(usex views)
32 -DVTK_Group_Web=$(usex web)
33 -DVTK_SMP_IMPLEMENTATION_TYPE="$(usex tbb TBB Sequential)"
34 - -DVTK_WWW_DIR="${ED}/${MY_HTDOCSDIR}"
35 + -DVTK_WWW_DIR="${EPREFIX}/${MY_HTDOCSDIR}"
36 -DVTK_WRAP_JAVA=$(usex java)
37 -DVTK_WRAP_PYTHON=$(usex python)
38 -DVTK_WRAP_PYTHON_SIP=$(usex python)
39 @@ -261,7 +261,7 @@ src_configure() {
40 -DSIP_INCLUDE_DIR="$(python_get_includedir)"
41 -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)"
42 -DVTK_PYTHON_LIBRARY="$(python_get_library_path)"
43 - -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX} --root=${D}"
44 +# -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX} --root=${D}"
45 -DVTK_USE_SYSTEM_SIX=ON
46 )
47 fi