summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-01 19:23:36 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-01 19:47:37 +0100
commitf2eb9a35df90e9331044b6dc3d2ea7dd5790cb94 (patch)
treebdac140d0980533ec2b47820f5f4d4b304a504c7 /dev-ml
parentdev-ml/cudf: remove old (diff)
downloadgentoo-f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94.tar.gz
gentoo-f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94.tar.bz2
gentoo-f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94.zip
dev-ml/cudf: add ocamlbuild dep
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cudf/cudf-0.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/cudf/cudf-0.8.ebuild b/dev-ml/cudf/cudf-0.8.ebuild
index 5b36bb3deeaf..1e637708faec 100644
--- a/dev-ml/cudf/cudf-0.8.ebuild
+++ b/dev-ml/cudf/cudf-0.8.ebuild
@@ -19,11 +19,12 @@ RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/extlib:=
dev-libs/glib:2
- || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
+ dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )
dev-ml/findlib
+ dev-ml/ocamlbuild
dev-lang/perl
"