commit:     2c9f39647f523d4757bd0d7d8cf9d2abcf5648f1
Author:     Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Thu Nov 16 07:04:07 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 18:39:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9f3964

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(-)

diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild
index 8c9bff9d54a..8ec4d6c05b1 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
 

Reply via email to