summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-02 00:32:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-02 10:38:04 +0200
commitf0052ee99fb6892518b5f4637764a2d19900e44b (patch)
tree90a86450be133047b2c2bb5003d337a271f829fb
parentdev-ml/capnp-ocaml: Fix build with latest core_kernel. (diff)
downloadgentoo-f0052ee99fb6892518b5f4637764a2d19900e44b.tar.gz
gentoo-f0052ee99fb6892518b5f4637764a2d19900e44b.tar.bz2
gentoo-f0052ee99fb6892518b5f4637764a2d19900e44b.zip
dev-ml/atd: Add missin menhir dep, bug #614442
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-ml/atd/atd-1.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/atd/atd-1.2.0.ebuild b/dev-ml/atd/atd-1.2.0.ebuild
index fa19f7ffc258..8f343658f391 100644
--- a/dev-ml/atd/atd-1.2.0.ebuild
+++ b/dev-ml/atd/atd-1.2.0.ebuild
@@ -17,6 +17,7 @@ IUSE="+ocamlopt"
DEPEND="
dev-lang/ocaml:=[ocamlopt?]
dev-ml/easy-format:=[ocamlopt?]
+ dev-ml/menhir:=[ocamlopt?]
"
RDEPEND="${DEPEND}"