diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-15 22:38:03 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-15 23:20:24 +1100 |
commit | c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26 (patch) | |
tree | 80ebbcdb0576687cf4b8057d2b312787b4506ba2 /dev-ml | |
parent | dev-ml/mccs: Fix QA MissingTestRestrict (diff) | |
download | gentoo-c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26.tar.gz gentoo-c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26.tar.bz2 gentoo-c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26.zip |
dev-ml/ocaml-ctypes: Fix QA MissingTestRestrict
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild index 5370c08eb051..e4e0fb587c4e 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] |