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-util/coccinelle/
Date: Wed, 02 Aug 2017 11:23:21
Message-Id: 1501672970.1ab9642d8501d4a9c44d4cfd70608ef231e6b782.aballier@gentoo
1 commit: 1ab9642d8501d4a9c44d4cfd70608ef231e6b782
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 11:03:28 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=1ab9642d
7
8 dev-util/coccinelle: assume + for ocamlopt on pcre-ocaml
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/coccinelle/coccinelle-1.0.5.ebuild | 2 +-
13 dev-util/coccinelle/coccinelle-1.0.6.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
17 index d3c1815b1c8..5d511dcf7a2 100644
18 --- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
19 +++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
20 @@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
21 dev-ml/parmap:=[ocamlopt?]
22 emacs? ( virtual/emacs )
23 ocaml? ( dev-ml/findlib:= )
24 - pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
25 + pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
26 python? ( ${PYTHON_DEPS} )"
27
28 RDEPEND="${CDEPEND}
29
30 diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
31 index 642926fc3b5..403ac36a8d1 100644
32 --- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
33 +++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
34 @@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
35 dev-ml/parmap:=[ocamlopt?]
36 emacs? ( virtual/emacs )
37 ocaml? ( dev-ml/findlib:= )
38 - pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
39 + pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
40 python? ( ${PYTHON_DEPS} )"
41
42 RDEPEND="${CDEPEND}