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/markup/
Date: Fri, 21 Jul 2017 12:38:52
Message-Id: 1500640723.07efe37f586c0d83b3023868af7720f1a1a49665.aballier@gentoo
1 commit: 07efe37f586c0d83b3023868af7720f1a1a49665
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 21 12:20:16 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 12:38:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07efe37f
7
8 dev-ml/markup: use 4 style usedep on lwt
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/markup/markup-0.7.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/markup/markup-0.7.5.ebuild b/dev-ml/markup/markup-0.7.5.ebuild
16 index 6936fe4a836..66c1698789f 100644
17 --- a/dev-ml/markup/markup-0.7.5.ebuild
18 +++ b/dev-ml/markup/markup-0.7.5.ebuild
19 @@ -16,7 +16,7 @@ IUSE="doc test"
20
21 DEPEND="
22 dev-lang/ocaml:=[ocamlopt]
23 - dev-ml/lwt:=[ocamlopt]
24 + dev-ml/lwt:=[ocamlopt(+)]
25 >=dev-ml/uutf-1.0:=[ocamlopt]
26 "
27 RDEPEND="${DEPEND}"