From 7184435a8f263431edd41a418e1b3f5ad39c5fca Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 12 Dec 2019 16:33:29 +0100 Subject: sci-libs/med: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-libs/med/med-4.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/med/med-4.0.0-r2.ebuild') 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=" -- cgit v1.2.3-65-gdbad