commit: 37c0229d3aa9db1d28172a19ce3610c15d6fde3c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 16:40:03 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 08:37:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c0229d
dev-util/coccinelle: Use proper useflag defaults for sexplib[ocamlopt] dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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 277f24d7176..d3c1815b1c8 100644
--- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# ocaml enables ocaml scripting (uses findlib)
CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
- dev-ml/sexplib:=[ocamlopt?]
+ dev-ml/sexplib:=[ocamlopt(+)?]
dev-ml/menhir:=[ocamlopt?]
dev-ml/camlp4:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]
diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
index 0ebabfb7118..642926fc3b5 100644
--- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# ocaml enables ocaml scripting (uses findlib)
CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
- dev-ml/sexplib:=[ocamlopt?]
+ dev-ml/sexplib:=[ocamlopt(+)?]
dev-ml/menhir:=[ocamlopt?]
dev-ml/camlp4:=[ocamlopt?]
dev-ml/parmap:=[ocamlopt?]