diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:15:35 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 899871d4641286a0966c6811bf30e254fd722fa9 (patch) | |
tree | d006c34e459ada85d08c39f41178dabfac6db0fc /dev-ml | |
parent | dev-ml/reactiveData: remove old (diff) | |
download | gentoo-899871d4641286a0966c6811bf30e254fd722fa9.tar.gz gentoo-899871d4641286a0966c6811bf30e254fd722fa9.tar.bz2 gentoo-899871d4641286a0966c6811bf30e254fd722fa9.zip |
dev-ml/reactiveData: 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/reactiveData/reactiveData-0.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/reactiveData/reactiveData-0.2.ebuild b/dev-ml/reactiveData/reactiveData-0.2.ebuild index 47f1e3c967b9..261d028b7210 100644 --- a/dev-ml/reactiveData/reactiveData-0.2.ebuild +++ b/dev-ml/reactiveData/reactiveData-0.2.ebuild @@ -18,6 +18,7 @@ RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] DEPEND="${RDEPEND} dev-ml/findlib dev-ml/opam + dev-ml/ocamlbuild " src_compile() { |