commit: f28613b9eccbbe52680f538dc9e0066c52230d0a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 12:39:19 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 12:39:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28613b9
dev-ml/ocaml-webmachine: fix usedep on ocaml-dispatch
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
index 428929a6c10..1f8b5e50294 100644
--- a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
+++ b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-ml/calendar:=
dev-ml/ocaml-cohttp:=[ocamlopt?]
- dev-ml/ocaml-dispatch:=[ocamlopt?]
+ dev-ml/ocaml-dispatch:=[ocamlopt(+)?]
dev-ml/ocaml-re:=[ocamlopt?]
dev-ml/ocaml-uri:=[ocamlopt(+)?]
"