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/pgocaml/
Date: Thu, 25 Feb 2016 09:07:54
Message-Id: 1456391263.f94bb662ae72d945df5af55b20f2b95822013988.aballier@gentoo
1 commit: f94bb662ae72d945df5af55b20f2b95822013988
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 09:07:06 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 09:07:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94bb662
7
8 dev-ml/pgocaml: add missing dep on ocaml-re, bug #575580
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/pgocaml/pgocaml-2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild b/dev-ml/pgocaml/pgocaml-2.3.ebuild
17 index c9e22b4..4afb98e 100644
18 --- a/dev-ml/pgocaml/pgocaml-2.3.ebuild
19 +++ b/dev-ml/pgocaml/pgocaml-2.3.ebuild
20 @@ -19,7 +19,7 @@ IUSE="camlp4 doc"
21
22 DEPEND="dev-ml/calendar:=
23 dev-ml/csv:=
24 - dev-ml/pcre-ocaml:=
25 + dev-ml/ocaml-re:=
26 camlp4? ( dev-ml/camlp4:= )"
27 RDEPEND="${DEPEND}"