From b570aea62b8e30d9936dda1cdb805e223ffc18f9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 9 Jul 2016 13:10:40 -0500 Subject: sci-visualization/paraview: add a required use constraint, bug #586934 Apparently, configuring paraview with USE="python" requires an MPI installation. Package-Manager: portage-2.2.28 --- sci-visualization/paraview/paraview-4.4.0.ebuild | 4 ++-- sci-visualization/paraview/paraview-5.1.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-visualization') diff --git a/sci-visualization/paraview/paraview-4.4.0.ebuild b/sci-visualization/paraview/paraview-4.4.0.ebuild index 89dd7f316116..e583325420b0 100644 --- a/sci-visualization/paraview/paraview-4.4.0.ebuild +++ b/sci-visualization/paraview/paraview-4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol plugins python qt4 sqlite tcl test tk" RESTRICT="test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) +REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} ) mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL" RDEPEND=" diff --git a/sci-visualization/paraview/paraview-5.1.0.ebuild b/sci-visualization/paraview/paraview-5.1.0.ebuild index 3ce73ff21f21..695baea682bb 100644 --- a/sci-visualization/paraview/paraview-5.1.0.ebuild +++ b/sci-visualization/paraview/paraview-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol plugins python qt5 sqlite tcl test tk" RESTRICT="test" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) +REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} ) mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL" RDEPEND=" -- cgit v1.2.3-65-gdbad