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/uchar/
Date: Thu, 02 Mar 2017 17:36:54
Message-Id: 1488476199.ba25d7ae505a96f7a0bb01787c75f93629576608.aballier@gentoo
1 commit: ba25d7ae505a96f7a0bb01787c75f93629576608
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 17:36:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 17:36:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba25d7ae
7
8 dev-ml/uchar: Add missing ocamlbuild dep, bug #611416
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ml/uchar/uchar-0.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/uchar/uchar-0.0.1.ebuild b/dev-ml/uchar/uchar-0.0.1.ebuild
16 index 295342b8474..ed8af46309e 100644
17 --- a/dev-ml/uchar/uchar-0.0.1.ebuild
18 +++ b/dev-ml/uchar/uchar-0.0.1.ebuild
19 @@ -15,7 +15,7 @@ KEYWORDS="~amd64"
20 IUSE="+ocamlopt"
21
22 RDEPEND=">=dev-lang/ocaml-4.03:="
23 -DEPEND="${RDEPEND}"
24 +DEPEND="${RDEPEND} dev-ml/ocamlbuild"
25
26 src_compile() {
27 ocaml pkg/build.ml \