commit: 92c546bea76479e4637ca907245e34b8f2defb36 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 11:45:58 2020 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 12:20:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c546be
dev-ml/ocaml-expat: 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-expat/ocaml-expat-1.1.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild index 152a3ca7fbf..c56f5c3fddd 100644 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild +++ b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild @@ -6,6 +6,7 @@ EAPI=7 inherit findlib IUSE="doc +ocamlopt test" +RESTRICT="!test? ( test )" DESCRIPTION="OCaml bindings for expat" SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
