commit: b570aea62b8e30d9936dda1cdb805e223ffc18f9
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 18:10:40 2016 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 18:57:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b570aea6
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(-)
diff --git a/sci-visualization/paraview/paraview-4.4.0.ebuild
b/sci-visualization/paraview/paraview-4.4.0.ebuild
index 89dd7f3..e583325 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 3ce73ff..695baea 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="