dev-ml/menhir: add ocamlbuild dep
authorAlexis Ballier <aballier@gentoo.org>
Tue, 1 Mar 2016 18:18:17 +0000 (19:18 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 1 Mar 2016 18:47:37 +0000 (19:47 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/menhir/menhir-20151112.ebuild

index a8d4107fe6111d63487d61e2476e2e5a96d45337..61fb1e2d35a7c65d22a94b2ceaa59d4e17cd15c8 100644 (file)
@@ -15,8 +15,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples +ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
+DEPEND="${RDEPEND}
+       dev-ml/ocamlbuild"
 
 src_configure() {
        if ! use ocamlopt ; then