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, 29 Nov 2016 12:21:07
Message-Id: 1480422055.78f805c1d4342ca6428a0c5d27874c37beffd9b2.aballier@gentoo
1 commit: 78f805c1d4342ca6428a0c5d27874c37beffd9b2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 12:20:55 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 12:20:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f805c1
7
8 dev-ml/uutf: add missing dep on uchar, bug #601172
9
10 Package-Manager: portage-2.3.2
11
12 dev-ml/uutf/uutf-1.0.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-ml/uutf/uutf-1.0.0.ebuild b/dev-ml/uutf/uutf-1.0.0.ebuild
16 index ae0cefe..db5de1c 100644
17 --- a/dev-ml/uutf/uutf-1.0.0.ebuild
18 +++ b/dev-ml/uutf/uutf-1.0.0.ebuild
19 @@ -16,6 +16,7 @@ KEYWORDS="~amd64"
20 IUSE="doc utftrip +ocamlopt test"
21
22 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
23 + dev-ml/uchar:=
24 utftrip? ( dev-ml/cmdliner:= )"
25 DEPEND="${RDEPEND}
26 dev-ml/ocamlbuild