diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:03:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:50 +0200 |
commit | 1ab9642d8501d4a9c44d4cfd70608ef231e6b782 (patch) | |
tree | e8cacbed29483ff814b86ca56878e254590cc324 /dev-util/coccinelle | |
parent | dev-ml/js_of_ocaml: add missing dev-ml/ocaml-migrate-parsetree:= dep in 2.8.4 (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.5.ebuild | 2 | ||||
-rw-r--r-- | 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 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} |