commit: c5ec9e856a2bc4ad8a69f29b9fcc5b9a8b6e4a26
Author: Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 11:38:03 2020 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:20:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ec9e85
dev-ml/ocaml-ctypes: Fix QA MissingTestRestrict
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1.ebuild | 1 +
1 file changed, 1 insertion(+)
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 5370c08eb05..e4e0fb587c4 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]