commit: e3d52791438034e82c196eb14f9e42e46ca812bc
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 13:07:06 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 13:12:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d52791
dev-ml/ocaml-dns: restrict tests in 1.0.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
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 469746337f4..5fa60e2f552 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
}