summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-03-02 18:36:17 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-03-02 18:36:39 +0100
commitba25d7ae505a96f7a0bb01787c75f93629576608 (patch)
tree4f13c55efe431abe2a99feed91d050032d7b3422 /dev-ml
parent34875e6198672313e1e0e679d2c6768e077f5e0d (diff)
downloadgentoo-ba25d7ae505a96f7a0bb01787c75f93629576608.tar.gz
gentoo-ba25d7ae505a96f7a0bb01787c75f93629576608.tar.xz
dev-ml/uchar: Add missing ocamlbuild dep, bug #611416
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/uchar/uchar-0.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uchar/uchar-0.0.1.ebuild b/dev-ml/uchar/uchar-0.0.1.ebuild
index 295342b8474..ed8af46309e 100644
--- a/dev-ml/uchar/uchar-0.0.1.ebuild
+++ b/dev-ml/uchar/uchar-0.0.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
IUSE="+ocamlopt"
RDEPEND=">=dev-lang/ocaml-4.03:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND} dev-ml/ocamlbuild"
src_compile() {
ocaml pkg/build.ml \