diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-02 00:32:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-02 10:38:04 +0200 |
commit | f0052ee99fb6892518b5f4637764a2d19900e44b (patch) | |
tree | 90a86450be133047b2c2bb5003d337a271f829fb /dev-ml | |
parent | dev-ml/capnp-ocaml: Fix build with latest core_kernel. (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/atd/atd-1.2.0.ebuild | 1 |
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}" |