Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/
Date: Sun, 15 Jul 2018 16:09:24
Message-Id: 1531670938.4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41.asturm@gentoo
1 commit: 4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 16:08:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 16:08:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e00d5ad
7
8 sci-visualization/paraview: Merge RESTRICTs
9
10 Second RESTRICT was cancelling out the first one.
11
12 Package-Manager: Portage-2.3.42, Repoman-2.3.9
13
14 sci-visualization/paraview/paraview-5.5.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild
18 index 801dd7dea96..0c54acaaf60 100644
19 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild
20 +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild
21 @@ -13,13 +13,13 @@ MY_P="ParaView-v${PV}"
22 DESCRIPTION="Powerful scientific data visualization application"
23 HOMEPAGE="https://www.paraview.org"
24 SRC_URI="https://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz"
25 -RESTRICT="mirror"
26
27 LICENSE="paraview GPL-2"
28 KEYWORDS="~amd64 ~x86"
29 SLOT="0"
30 IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol openmp plugins python +qt5 sqlite tcl test tk"
31 -RESTRICT="test"
32 +
33 +RESTRICT="mirror test"
34
35 REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
36 mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL"