dev-ml/ocaml-dns: restrict tests in 1.0.0
authorAlexis Ballier <aballier@gentoo.org>
Tue, 25 Jul 2017 13:07:06 +0000 (15:07 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 25 Jul 2017 13:12:22 +0000 (15:12 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild

index 469746337f4f4ad2b129af41efd80c56a2c5fc71..5fa60e2f552478c2e84aa9020012d155cafdee34 100644 (file)
@@ -31,6 +31,9 @@ DEPEND="
        ${RDEPEND}
 "
 
+# Do not work
+RESTRICT="test"
+
 src_compile() {
        jbuilder build @install -p dns || die
 }