Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Thu, 24 Dec 2020 11:06:53
Message-Id: 1608807757.f00054d77915556aa047f78e09d3c87808991e86.chymera@gentoo
1 commit: f00054d77915556aa047f78e09d3c87808991e86
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Dec 24 11:02:37 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Dec 24 11:02:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f00054d7
7
8 sci-libs/itk: conditional test restriction
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/itk/itk-5.0.1.ebuild | 1 +
14 sci-libs/itk/itk-5.1.0.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/sci-libs/itk/itk-5.0.1.ebuild b/sci-libs/itk/itk-5.0.1.ebuild
18 index 6c0310751..93ad7a996 100644
19 --- a/sci-libs/itk/itk-5.0.1.ebuild
20 +++ b/sci-libs/itk/itk-5.0.1.ebuild
21 @@ -27,6 +27,7 @@ LICENSE="Apache-2.0"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 IUSE="debug doc examples fftw python review test vtkglue"
25 +RESTRICT="!test? ( test )"
26 # python will not work, this is a know issue upstream:
27 # https://github.com/InsightSoftwareConsortium/ITK/issues/1229
28 # https://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator/issues/10
29
30 diff --git a/sci-libs/itk/itk-5.1.0.ebuild b/sci-libs/itk/itk-5.1.0.ebuild
31 index 2b4b145c4..1f7a5d3b2 100644
32 --- a/sci-libs/itk/itk-5.1.0.ebuild
33 +++ b/sci-libs/itk/itk-5.1.0.ebuild
34 @@ -37,6 +37,7 @@ LICENSE="Apache-2.0"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 IUSE="debug doc examples fftw python review test vtkglue"
38 +RESTRICT="!test? ( test )"
39 # python will not work, this is a know issue upstream:
40 # https://github.com/InsightSoftwareConsortium/ITK/issues/2005
41 # https://github.com/InsightSoftwareConsortium/ITK/issues/1229