sci-visualization/paraview: Merge RESTRICTs
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Jul 2018 16:08:27 +0000 (18:08 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Jul 2018 16:08:58 +0000 (18:08 +0200)
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

index 801dd7dea96d8ebe9a53a8c1d8a75110c7f7d9e5..0c54acaaf605e923354d3a3723a75f1a271dc1bd 100644 (file)
@@ -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"