commit: 1ab9642d8501d4a9c44d4cfd70608ef231e6b782
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 11:03:28 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 11:22:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab9642d
dev-util/coccinelle: assume + for ocamlopt on pcre-ocaml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/coccinelle/coccinelle-1.0.5.ebuild | 2 +-
dev-util/coccinelle/coccinelle-1.0.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
index d3c1815b1c8..5d511dcf7a2 100644
--- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
@@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]
emacs? ( virtual/emacs )
ocaml? ( dev-ml/findlib:= )
- pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
+ pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
python? ( ${PYTHON_DEPS} )"
RDEPEND="${CDEPEND}
diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
index 642926fc3b5..403ac36a8d1 100644
--- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
@@ -25,7 +25,7 @@ CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]
emacs? ( virtual/emacs )
ocaml? ( dev-ml/findlib:= )
- pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )
+ pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )
python? ( ${PYTHON_DEPS} )"
RDEPEND="${CDEPEND}