commit: 739ba6890ee858a9e05a6183452428f3f1e4f6d9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 18:07:53 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 18:47:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739ba689
dev-ml/cmdliner: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/cmdliner/cmdliner-0.9.8.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
index 87faba3..baf232b 100644
--- a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
+++ b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
@@ -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 \