From 4509dcfde7d8ed8ec89c3ae8079bd9de6a4641bc Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 27 Aug 2025 15:57:04 +0200 Subject: [PATCH] dev-ml/ppxlib: relax dependency after test restrict Signed-off-by: Alfredo Tupone --- .../ppxlib/{ppxlib-0.36.1.ebuild => ppxlib-0.36.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-ml/ppxlib/{ppxlib-0.36.1.ebuild => ppxlib-0.36.1-r1.ebuild} (92%) 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 "