Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/
Date: Sat, 09 Jul 2016 18:57:55
Message-Id: 1468090653.b570aea62b8e30d9936dda1cdb805e223ffc18f9.tamiko@gentoo
1 commit: b570aea62b8e30d9936dda1cdb805e223ffc18f9
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 18:10:40 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 18:57:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b570aea6
7
8 sci-visualization/paraview: add a required use constraint, bug #586934
9
10 Apparently, configuring paraview with USE="python" requires an MPI
11 installation.
12
13 Package-Manager: portage-2.2.28
14
15 sci-visualization/paraview/paraview-4.4.0.ebuild | 4 ++--
16 sci-visualization/paraview/paraview-5.1.0.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-visualization/paraview/paraview-4.4.0.ebuild b/sci-visualization/paraview/paraview-4.4.0.ebuild
20 index 89dd7f3..e583325 100644
21 --- a/sci-visualization/paraview/paraview-4.4.0.ebuild
22 +++ b/sci-visualization/paraview/paraview-4.4.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -22,7 +22,7 @@ SLOT="0"
30 IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol plugins python qt4 sqlite tcl test tk"
31 RESTRICT="test"
32
33 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
34 +REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
35 mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL"
36
37 RDEPEND="
38
39 diff --git a/sci-visualization/paraview/paraview-5.1.0.ebuild b/sci-visualization/paraview/paraview-5.1.0.ebuild
40 index 3ce73ff..695baea 100644
41 --- a/sci-visualization/paraview/paraview-5.1.0.ebuild
42 +++ b/sci-visualization/paraview/paraview-5.1.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2016 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -22,7 +22,7 @@ SLOT="0"
50 IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol plugins python qt5 sqlite tcl test tk"
51 RESTRICT="test"
52
53 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
54 +REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
55 mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL"
56
57 RDEPEND="