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/reactiveData/
Date: Tue, 01 Mar 2016 18:47:56
Message-Id: 1456858057.899871d4641286a0966c6811bf30e254fd722fa9.aballier@gentoo
1 commit: 899871d4641286a0966c6811bf30e254fd722fa9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:15:35 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=899871d4
7
8 dev-ml/reactiveData: 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/reactiveData/reactiveData-0.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-ml/reactiveData/reactiveData-0.2.ebuild b/dev-ml/reactiveData/reactiveData-0.2.ebuild
17 index 47f1e3c..261d028 100644
18 --- a/dev-ml/reactiveData/reactiveData-0.2.ebuild
19 +++ b/dev-ml/reactiveData/reactiveData-0.2.ebuild
20 @@ -18,6 +18,7 @@ RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
21 DEPEND="${RDEPEND}
22 dev-ml/findlib
23 dev-ml/opam
24 + dev-ml/ocamlbuild
25 "
26
27 src_compile() {