commit: c4f815240a5bcde0f819041256f91d5788247f7a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 06:36:21 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:36:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f81524
dev-ml/ppx_hash: add [ocamlopt?]
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
index 0c44e13d9fb0..72309e6e0347 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
@@ -17,11 +17,11 @@ IUSE="+ocamlopt"
RDEPEND="
>=dev-lang/ocaml-5
dev-ml/base:${SLOT}[ocamlopt?]
- dev-ml/ppx_compare:${SLOT}
- dev-ml/ppx_sexp_conv:${SLOT}
+ dev-ml/ppx_compare:${SLOT}[ocamlopt?]
+ dev-ml/ppx_sexp_conv:${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"