diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-15 18:08:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-15 18:08:58 +0200 |
commit | 4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41 (patch) | |
tree | b9279e55e2522b95acca5ff81e39f669a5f7d82c /sci-visualization/paraview | |
parent | sci-visualization/paraview: Update GTK+ icon cache (diff) | |
download | gentoo-4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41.tar.gz gentoo-4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41.tar.bz2 gentoo-4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41.zip |
sci-visualization/paraview: Merge RESTRICTs
Second RESTRICT was cancelling out the first one.
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'sci-visualization/paraview')
-rw-r--r-- | sci-visualization/paraview/paraview-5.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild index 801dd7dea96d..0c54acaaf605 100644 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild @@ -13,13 +13,13 @@ MY_P="ParaView-v${PV}" DESCRIPTION="Powerful scientific data visualization application" HOMEPAGE="https://www.paraview.org" SRC_URI="https://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz" -RESTRICT="mirror" LICENSE="paraview GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol openmp plugins python +qt5 sqlite tcl test tk" -RESTRICT="test" + +RESTRICT="mirror test" REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} ) mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, needed by vtkIOMySQL" |