summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-06-11 08:36:21 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-06-11 08:36:21 +0200
commitc4f815240a5bcde0f819041256f91d5788247f7a (patch)
treeced54fe785a0f2579c6cf895444fd81338b1c0cb /dev-ml/ppx_hash
parentdev-ml/ppx_hash: add 0.17.0 (diff)
downloadgentoo-c4f815240a5bcde0f819041256f91d5788247f7a.tar.gz
gentoo-c4f815240a5bcde0f819041256f91d5788247f7a.tar.bz2
gentoo-c4f815240a5bcde0f819041256f91d5788247f7a.zip
dev-ml/ppx_hash: add [ocamlopt?]
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_hash')
-rw-r--r--dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild6
1 files 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"