diff options
author | Sam James <sam@gentoo.org> | 2024-03-18 05:04:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-18 05:05:33 +0000 |
commit | e54678bf83c04f5f2725e0b3a2127cf53ac4feca (patch) | |
tree | ec4a00c10333df9038977dd64085b40feeb7ab46 /sci-electronics/kicad | |
parent | dev-python/graphviz: Bump to 0.20.2 (diff) | |
download | gentoo-e54678bf83c04f5f2725e0b3a2127cf53ac4feca.tar.gz gentoo-e54678bf83c04f5f2725e0b3a2127cf53ac4feca.tar.bz2 gentoo-e54678bf83c04f5f2725e0b3a2127cf53ac4feca.zip |
sci-electronics/kicad: fix UnstatedIuse for USE=test
Note that I've not checked if the configure args need to be added to 7.0.7,
just fixing CI.
Bug: https://bugs.gentoo.org/895012
Fixes: 37d9b41aa4872eef5ecfa27263874b798d794257
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad')
-rw-r--r-- | sci-electronics/kicad/kicad-7.0.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-electronics/kicad/kicad-7.0.7.ebuild b/sci-electronics/kicad/kicad-7.0.7.ebuild index a388f06cdded..2a3d5f1733c6 100644 --- a/sci-electronics/kicad/kicad-7.0.7.ebuild +++ b/sci-electronics/kicad/kicad-7.0.7.ebuild @@ -28,10 +28,12 @@ fi # BSD for bundled pybind LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD" SLOT="0" -IUSE="doc examples nls openmp" +IUSE="doc examples nls openmp test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="!test? ( test )" + # Contains bundled pybind but it's patched for wx # See https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424 # Depend on opencascade:0 to get unslotted variant (so we know path to it), bug #833301 |