commit: 4e00d5ad2a77bb2a89aa85f8dee1b7b22a976f41
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 16:08:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 16:08:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e00d5ad
sci-visualization/paraview: Merge RESTRICTs
Second RESTRICT was cancelling out the first one.
Package-Manager: Portage-2.3.42, Repoman-2.3.9
sci-visualization/paraview/paraview-5.5.2.ebuild | 4 ++--
1 file 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 801dd7dea96..0c54acaaf60 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"