diff --git a/dev-ml/ppxlib/ppxlib-0.36.1.ebuild b/dev-ml/ppxlib/ppxlib-0.36.1-r1.ebuild similarity index 92% rename from dev-ml/ppxlib/ppxlib-0.36.1.ebuild rename to dev-ml/ppxlib/ppxlib-0.36.1-r1.ebuild index 089b55cb8ebdf..8cd1e36a77bfc 100644 --- a/dev-ml/ppxlib/ppxlib-0.36.1.ebuild +++ b/dev-ml/ppxlib/ppxlib-0.36.1-r1.ebuild @@ -21,7 +21,7 @@ IUSE="+ocamlopt test" RESTRICT="test" # Test works only with ocaml >= 5 RDEPEND=" - >=dev-ml/ocaml-compiler-libs-0.17:=[ocamlopt?] + dev-ml/ocaml-compiler-libs:=[ocamlopt?] dev-ml/ppx_derivers:=[ocamlopt?] dev-ml/sexplib0:=[ocamlopt?] dev-ml/stdlib-shims:=[ocamlopt?] @@ -29,5 +29,5 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=dev-ml/dune-3.11 + >=dev-ml/dune-3.8 "