dev-ml/atd: Add missin menhir dep, bug #614442
authorAlexis Ballier <aballier@gentoo.org>
Sat, 1 Apr 2017 22:32:48 +0000 (00:32 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 2 Apr 2017 08:38:04 +0000 (10:38 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-ml/atd/atd-1.2.0.ebuild

index fa19f7ffc258bbb2b06a49097c6d8a7c2e340dc4..8f343658f3910ffa23f1b6f05d86859989841cd4 100644 (file)
@@ -17,6 +17,7 @@ IUSE="+ocamlopt"
 DEPEND="
        dev-lang/ocaml:=[ocamlopt?]
        dev-ml/easy-format:=[ocamlopt?]
+       dev-ml/menhir:=[ocamlopt?]
 "
 RDEPEND="${DEPEND}"