diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:07:53 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 739ba6890ee858a9e05a6183452428f3f1e4f6d9 (patch) | |
tree | 84630f9751cf1d5c5df51a10c7cb640fd86f1179 /dev-ml/cmdliner | |
parent | 1ee7bd56ed87a2454e07c7ba6fb6588d6d7d52c8 (diff) | |
download | gentoo-739ba6890ee858a9e05a6183452428f3f1e4f6d9.tar.gz gentoo-739ba6890ee858a9e05a6183452428f3f1e4f6d9.tar.xz |
dev-ml/cmdliner: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/cmdliner')
-rw-r--r-- | dev-ml/cmdliner/cmdliner-0.9.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild index 87faba39008..baf232bb70a 100644 --- a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild +++ b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc +ocamlopt" -DEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_compile() { ocaml pkg/build.ml \ |