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/ocaml-webmachine/
Date: Sat, 29 Jul 2017 12:39:34
Message-Id: 1501331959.f28613b9eccbbe52680f538dc9e0066c52230d0a.aballier@gentoo
1 commit: f28613b9eccbbe52680f538dc9e0066c52230d0a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 12:39:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 12:39:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28613b9
7
8 dev-ml/ocaml-webmachine: fix usedep on ocaml-dispatch
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
16 index 428929a6c10..1f8b5e50294 100644
17 --- a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
18 +++ b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
19 @@ -20,7 +20,7 @@ IUSE=""
20 DEPEND="
21 dev-ml/calendar:=
22 dev-ml/ocaml-cohttp:=[ocamlopt?]
23 - dev-ml/ocaml-dispatch:=[ocamlopt?]
24 + dev-ml/ocaml-dispatch:=[ocamlopt(+)?]
25 dev-ml/ocaml-re:=[ocamlopt?]
26 dev-ml/ocaml-uri:=[ocamlopt(+)?]
27 "