diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:23:36 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94 (patch) | |
tree | bdac140d0980533ec2b47820f5f4d4b304a504c7 | |
parent | dev-ml/cudf: remove old (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-ml/cudf/cudf-0.8.ebuild | 3 |
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 " |