Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/
Date: Fri, 17 Nov 2017 18:47:08
Message-Id: 1510943963.2c9f39647f523d4757bd0d7d8cf9d2abcf5648f1.soap@gentoo
1 commit: 2c9f39647f523d4757bd0d7d8cf9d2abcf5648f1
2 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 16 07:04:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 18:39:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9f3964
7
8 sci-libs/vtk: patch to use dev-python/twisted
9
10 Depending on dev-python/twisted-core and dev-python/autobahn produces
11 a block, because autobahn depends on dev-python/twisted.
12
13 Closes: https://bugs.gentoo.org/637646
14 Closes: https://bugs.gentoo.org/612702
15 Package-Manager: Portage-2.3.14, Repoman-2.3.5
16 Closes: https://github.com/gentoo/gentoo/pull/6200
17
18 sci-libs/vtk/vtk-7.1.0.ebuild | 4 +++-
19 1 file changed, 3 insertions(+), 1 deletion(-)
20
21 diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild
22 index 8c9bff9d54a..8ec4d6c05b1 100644
23 --- a/sci-libs/vtk/vtk-7.1.0.ebuild
24 +++ b/sci-libs/vtk/vtk-7.1.0.ebuild
25 @@ -98,8 +98,9 @@ RDEPEND="
26 video_cards_nvidia? ( || ( x11-drivers/nvidia-drivers[tools,static-libs] media-video/nvidia-settings ) )
27 web? (
28 ${WEBAPP_DEPEND}
29 + dev-python/six[${PYTHON_USEDEP}]
30 dev-python/autobahn[${PYTHON_USEDEP}]
31 - dev-python/twisted-core[${PYTHON_USEDEP}]
32 + dev-python/twisted[${PYTHON_USEDEP}]
33 dev-python/zope-interface[${PYTHON_USEDEP}]
34 )
35 xdmf2? ( sci-libs/xdmf2 )
36 @@ -247,6 +248,7 @@ src_configure() {
37 -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)"
38 -DVTK_PYTHON_LIBRARY="$(python_get_library_path)"
39 -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX} --root=${D}"
40 + -DVTK_USE_SYSTEM_SIX=ON
41 )
42 fi