Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/
Date: Tue, 01 Mar 2016 18:48:19
Message-Id: 1456858057.f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94.aballier@gentoo
1 commit: f2eb9a35df90e9331044b6dc3d2ea7dd5790cb94
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:23:36 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eb9a35
7
8 dev-ml/cudf: add ocamlbuild dep
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/cudf/cudf-0.8.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/cudf/cudf-0.8.ebuild b/dev-ml/cudf/cudf-0.8.ebuild
17 index 5b36bb3..1e63770 100644
18 --- a/dev-ml/cudf/cudf-0.8.ebuild
19 +++ b/dev-ml/cudf/cudf-0.8.ebuild
20 @@ -19,11 +19,12 @@ RDEPEND="
21 >=dev-lang/ocaml-3.12:=[ocamlopt?]
22 dev-ml/extlib:=
23 dev-libs/glib:2
24 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
25 + dev-ml/camlp4:=
26 "
27 DEPEND="${RDEPEND}
28 test? ( dev-ml/ounit )
29 dev-ml/findlib
30 + dev-ml/ocamlbuild
31 dev-lang/perl
32 "