From 2c9f39647f523d4757bd0d7d8cf9d2abcf5648f1 Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Thu, 16 Nov 2017 08:04:07 +0100 Subject: sci-libs/vtk: patch to use dev-python/twisted Depending on dev-python/twisted-core and dev-python/autobahn produces a block, because autobahn depends on dev-python/twisted. Closes: https://bugs.gentoo.org/637646 Closes: https://bugs.gentoo.org/612702 Package-Manager: Portage-2.3.14, Repoman-2.3.5 Closes: https://github.com/gentoo/gentoo/pull/6200 --- sci-libs/vtk/vtk-7.1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sci-libs/vtk') diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild index 8c9bff9d54a5..8ec4d6c05b15 100644 --- a/sci-libs/vtk/vtk-7.1.0.ebuild +++ b/sci-libs/vtk/vtk-7.1.0.ebuild @@ -98,8 +98,9 @@ RDEPEND=" video_cards_nvidia? ( || ( x11-drivers/nvidia-drivers[tools,static-libs] media-video/nvidia-settings ) ) web? ( ${WEBAPP_DEPEND} + dev-python/six[${PYTHON_USEDEP}] dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] ) xdmf2? ( sci-libs/xdmf2 ) @@ -247,6 +248,7 @@ src_configure() { -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)" -DVTK_PYTHON_LIBRARY="$(python_get_library_path)" -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX} --root=${D}" + -DVTK_USE_SYSTEM_SIX=ON ) fi -- cgit v1.2.3-65-gdbad