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/uutf/
Date: Tue, 01 Mar 2016 18:48:16
Message-Id: 1456858057.e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2.aballier@gentoo
1 commit: e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:14:10 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e422d0e4
7
8 dev-ml/uutf: add ocamlbuild dep
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/uutf/uutf-0.9.4.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-ml/uutf/uutf-0.9.4.ebuild b/dev-ml/uutf/uutf-0.9.4.ebuild
17 index 1fab6e5..20be744 100644
18 --- a/dev-ml/uutf/uutf-0.9.4.ebuild
19 +++ b/dev-ml/uutf/uutf-0.9.4.ebuild
20 @@ -18,6 +18,7 @@ IUSE="doc utftrip +ocamlopt test"
21 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
22 utftrip? ( dev-ml/cmdliner:= )"
23 DEPEND="${RDEPEND}
24 + dev-ml/ocamlbuild
25 test? ( dev-ml/cmdliner )"
26
27 src_compile() {