dev-ml/ppxlib: fix deps on dev-lang/ocaml

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-11-18 07:45:13 +01:00
parent e27548ca16
commit b477a0f868
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ JSM=0.17
# It also works with ocaml >= 4 but tests are to be fixed
RDEPEND="
>=dev-lang/ocaml-5:=
<dev-lang/ocaml-5.3:=
>=dev-ml/ocaml-compiler-libs-0.17:=[ocamlopt?]
dev-ml/ppx_derivers:=[ocamlopt?]
=dev-ml/sexplib0-${JSM}*:=[ocamlopt?]

View File

@@ -21,6 +21,7 @@ IUSE="+ocamlopt test"
RESTRICT="test" # Test works only with ocaml >= 5
RDEPEND="
<dev-lang/ocaml-5.4
dev-ml/ocaml-compiler-libs:=[ocamlopt?]
dev-ml/ppx_derivers:=[ocamlopt?]
dev-ml/sexplib0:=[ocamlopt?]