diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-15 22:45:58 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-15 23:20:25 +1100 |
commit | 92c546bea76479e4637ca907245e34b8f2defb36 (patch) | |
tree | ea9e7e7608bcf2b6d08c22e0344bdd3763d0a76c /dev-ml/ocaml-expat | |
parent | dev-ml/ocaml-ctypes: Fix QA MissingTestRestrict (diff) | |
download | gentoo-92c546bea76479e4637ca907245e34b8f2defb36.tar.gz gentoo-92c546bea76479e4637ca907245e34b8f2defb36.tar.bz2 gentoo-92c546bea76479e4637ca907245e34b8f2defb36.zip |
dev-ml/ocaml-expat: 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/ocaml-expat')
-rw-r--r-- | dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 152a3ca7fbf3..c56f5c3fddd1 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" |