diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:08:55 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | face94305707b4f002c8ffd7a3ae1f7669f6e868 (patch) | |
tree | 2d754657d192cf451219143c10fa8a9a54d770ea /dev-ml/cppo | |
parent | dev-ml/cmdliner: add ocamlbuild dep (diff) | |
download | gentoo-face94305707b4f002c8ffd7a3ae1f7669f6e868.tar.gz gentoo-face94305707b4f002c8ffd7a3ae1f7669f6e868.tar.bz2 gentoo-face94305707b4f002c8ffd7a3ae1f7669f6e868.zip |
dev-ml/cppo: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/cppo')
-rw-r--r-- | dev-ml/cppo/cppo-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/cppo/cppo-1.3.1.ebuild b/dev-ml/cppo/cppo-1.3.1.ebuild index b89094c964c2..87d0447b1a92 100644 --- a/dev-ml/cppo/cppo-1.3.1.ebuild +++ b/dev-ml/cppo/cppo-1.3.1.ebuild @@ -17,7 +17,8 @@ KEYWORDS="~amd64" IUSE="examples" RDEPEND=">=dev-lang/ocaml-3.12:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_install() { findlib_src_preinst |