commit: 9be69d1d412f28f170c73ff6a54b6c472b000c35
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 06:38:41 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:38:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be69d1d
dev-ml/*: add [ocamlopt?]
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild | 2 +-
dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.17.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild
b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild
index 24e25275ed98..2c541053a737 100644
--- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild
+++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.17.0.ebuild
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
RESTRICT="test"
DEPEND="
- dev-ml/dune-configurator:=
+ dev-ml/dune-configurator:=[ocamlopt?]
dev-ml/ocaml_intrinsics_kernel:${SLOT}[ocamlopt?]
"
RDEPEND="${DEPEND}"
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.17.0.ebuild
b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.17.0.ebuild
index 83e13bc6666d..5c045f0ed8b7 100644
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.17.0.ebuild
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.17.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
dev-ml/base:${SLOT}[ocamlopt?]
>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
dev-ml/ppxlib_jane:${SLOT}[ocamlopt?]
- dev-ml/sexplib0:${SLOT}
+ dev-ml/sexplib0:${SLOT}[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"