commit: f94bb662ae72d945df5af55b20f2b95822013988
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 09:07:06 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:07:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94bb662
dev-ml/pgocaml: add missing dep on ocaml-re, bug #575580
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/pgocaml/pgocaml-2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild
b/dev-ml/pgocaml/pgocaml-2.3.ebuild
index c9e22b4..4afb98e 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}"