From: Alexis Ballier Date: Tue, 25 Jul 2017 13:07:06 +0000 (+0200) Subject: dev-ml/ocaml-dns: restrict tests in 1.0.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e3d52791438034e82c196eb14f9e42e46ca812bc;p=gentoo.git dev-ml/ocaml-dns: restrict tests in 1.0.0 Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild index 469746337f4f..5fa60e2f5524 100644 --- a/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild +++ b/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild @@ -31,6 +31,9 @@ DEPEND=" ${RDEPEND} " +# Do not work +RESTRICT="test" + src_compile() { jbuilder build @install -p dns || die }