diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:02 +0100 |
commit | 7184435a8f263431edd41a418e1b3f5ad39c5fca (patch) | |
tree | 9461540df6a7191456656fa94669f81646092048 /sci-libs/med | |
parent | sci-libs/magma: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-7184435a8f263431edd41a418e1b3f5ad39c5fca.tar.gz gentoo-7184435a8f263431edd41a418e1b3f5ad39c5fca.tar.bz2 gentoo-7184435a8f263431edd41a418e1b3f5ad39c5fca.zip |
sci-libs/med: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/med')
-rw-r--r-- | sci-libs/med/med-4.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/med/med-4.0.0-r2.ebuild b/sci-libs/med/med-4.0.0-r2.ebuild index 837437559bdc..7f05bac5c3a4 100644 --- a/sci-libs/med/med-4.0.0-r2.ebuild +++ b/sci-libs/med/med-4.0.0-r2.ebuild @@ -26,7 +26,7 @@ IUSE="doc fortran mpi python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="python? ( test )" +RESTRICT="!test? ( test ) python? ( test )" # dev-lang/tk is needed for wish-based xmdump utility RDEPEND=" |