From: Alexis Ballier Date: Thu, 25 Feb 2016 09:07:06 +0000 (+0100) Subject: dev-ml/pgocaml: add missing dep on ocaml-re, bug #575580 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f94bb662ae72d945df5af55b20f2b95822013988;p=gentoo.git dev-ml/pgocaml: add missing dep on ocaml-re, bug #575580 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild b/dev-ml/pgocaml/pgocaml-2.3.ebuild index c9e22b4b42ac..4afb98e090e1 100644 --- a/dev-ml/pgocaml/pgocaml-2.3.ebuild +++ b/dev-ml/pgocaml/pgocaml-2.3.ebuild @@ -19,7 +19,7 @@ IUSE="camlp4 doc" DEPEND="dev-ml/calendar:= dev-ml/csv:= - dev-ml/pcre-ocaml:= + dev-ml/ocaml-re:= camlp4? ( dev-ml/camlp4:= )" RDEPEND="${DEPEND}"