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-text/
Date: Wed, 02 Aug 2017 11:23:19
Message-Id: 1501672970.f0d63c0e5a6e0e0e123af03b187a9d4950bedac7.aballier@gentoo
1 commit: f0d63c0e5a6e0e0e123af03b187a9d4950bedac7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 11:04:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 11:22:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d63c0e
7
8 dev-ml/ocaml-text: assume + for ocamlopt on pcre-ocaml
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/ocaml-text/ocaml-text-0.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
16 index 685c177ff27..ebcdda2a93f 100644
17 --- a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
18 +++ b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,7 +19,7 @@ IUSE="pcre"
26
27 RDEPEND="virtual/libiconv
28 dev-ml/camlp4:=
29 - pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
30 + pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )"
31 DEPEND="${RDEPEND}
32 doc? ( dev-tex/rubber virtual/latex-base )"