projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c431c47
)
dev-ml/ocaml-dns: restrict tests in 1.0.0
author
Alexis Ballier
<aballier@gentoo.org>
Tue, 25 Jul 2017 13:07:06 +0000
(15:07 +0200)
committer
Alexis 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
patch
|
blob
|
history
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 469746337f4f4ad2b129af41efd80c56a2c5fc71..5fa60e2f552478c2e84aa9020012d155cafdee34 100644
(file)
--- 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
}