diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-14 05:15:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-14 05:15:05 +0200 |
commit | a2235f14a91270cfb52592392b8c832e81dba97f (patch) | |
tree | ddd9ee44c0e31017678a3620e3410e9ce73499f4 /sci-libs/eccodes | |
parent | dev-python/xmlschema: Bump to 1.2.4 (diff) | |
download | gentoo-a2235f14a91270cfb52592392b8c832e81dba97f.tar.gz gentoo-a2235f14a91270cfb52592392b8c832e81dba97f.tar.bz2 gentoo-a2235f14a91270cfb52592392b8c832e81dba97f.zip |
sci-libs/eccodes: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/eccodes')
-rw-r--r-- | sci-libs/eccodes/eccodes-2.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/eccodes/eccodes-2.16.0.ebuild b/sci-libs/eccodes/eccodes-2.16.0.ebuild index 5f49a25c6be6..e7b28f72d27a 100644 --- a/sci-libs/eccodes/eccodes-2.16.0.ebuild +++ b/sci-libs/eccodes/eccodes-2.16.0.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="defs examples extra-test -fortran memfs netcdf jpeg2k png python szip test threads" - +RESTRICT="!test? ( test )" REQUIRED_USE="threads? ( !fortran ) test? ( defs !memfs ) extra-test? ( test ) !test? ( memfs? ( python ) )" RDEPEND=" |