diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-25 15:07:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-25 15:12:22 +0200 |
commit | e3d52791438034e82c196eb14f9e42e46ca812bc (patch) | |
tree | 7dac5e25e9b5075afe4eb093e3f9fa8e5cafe349 /dev-ml | |
parent | dev-ml/dns-lwt-unix: import split package from ocaml-dns (diff) | |
download | gentoo-e3d52791438034e82c196eb14f9e42e46ca812bc.tar.gz gentoo-e3d52791438034e82c196eb14f9e42e46ca812bc.tar.bz2 gentoo-e3d52791438034e82c196eb14f9e42e46ca812bc.zip |
dev-ml/ocaml-dns: restrict tests in 1.0.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |