dev-ml/cmdliner: add ocamlbuild dep
authorAlexis Ballier <aballier@gentoo.org>
Tue, 1 Mar 2016 18:07:53 +0000 (19:07 +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/cmdliner/cmdliner-0.9.8.ebuild

index 87faba3900888aa8463061c25e155dfc28295633..baf232bb70abfb3a64fb5a88cdc4bc0086cd6e07 100644 (file)
@@ -15,8 +15,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="doc +ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"
+DEPEND="${RDEPEND}
+       dev-ml/ocamlbuild"
 
 src_compile() {
        ocaml pkg/build.ml \