summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-02 13:03:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-02 13:22:50 +0200
commit1ab9642d8501d4a9c44d4cfd70608ef231e6b782 (patch)
treee8cacbed29483ff814b86ca56878e254590cc324
parentdev-ml/js_of_ocaml: add missing dev-ml/ocaml-migrate-parsetree:= dep in 2.8.4 (diff)
downloadgentoo-1ab9642d8501d4a9c44d4cfd70608ef231e6b782.tar.gz
gentoo-1ab9642d8501d4a9c44d4cfd70608ef231e6b782.tar.bz2
gentoo-1ab9642d8501d4a9c44d4cfd70608ef231e6b782.zip
dev-util/coccinelle: assume + for ocamlopt on pcre-ocaml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--dev-util/coccinelle/coccinelle-1.0.5.ebuild2
-rw-r--r--dev-util/coccinelle/coccinelle-1.0.6.ebuild2
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 d3c1815b1c8d..5d511dcf7a2a 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 642926fc3b56..403ac36a8d1d 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}