diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-07-09 13:10:40 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-07-09 13:57:33 -0500 |
commit | b570aea62b8e30d9936dda1cdb805e223ffc18f9 (patch) | |
tree | b0034c4f60fce683fdc33c311b567f2b98ef0da7 /sci-visualization | |
parent | sci-visualization/paraview: version bump to 5.1.0 (diff) | |
download | gentoo-b570aea62b8e30d9936dda1cdb805e223ffc18f9.tar.gz gentoo-b570aea62b8e30d9936dda1cdb805e223ffc18f9.tar.bz2 gentoo-b570aea62b8e30d9936dda1cdb805e223ffc18f9.zip |
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
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/paraview/paraview-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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=" |