From fed79cc288ca1be6f1ad9af7926769554283b6fe Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 3 Jun 2025 17:21:28 +0200 Subject: [PATCH] dev-ml/ppx_typerep_conv: depends on all 0.17.* slot of base Signed-off-by: Alfredo Tupone --- ...onv-0.17.0.ebuild => ppx_typerep_conv-0.17.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-ml/ppx_typerep_conv/{ppx_typerep_conv-0.17.0.ebuild => ppx_typerep_conv-0.17.0-r1.ebuild} (82%) diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r1.ebuild similarity index 82% rename from dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0.ebuild rename to dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r1.ebuild index 772a90e5bdcb2..9d47428e87fdc 100644 --- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0.ebuild +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.17.0-r1.ebuild @@ -14,10 +14,13 @@ SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" IUSE="+ocamlopt" +# Jane Street Minor +JSM=$(ver_cut 1-2)* + RDEPEND=" >=dev-lang/ocaml-5 - dev-ml/base:${SLOT}[ocamlopt?] - dev-ml/typerep:${SLOT}[ocamlopt?] + =dev-ml/base-${JSM}:=[ocamlopt?] + =dev-ml/typerep-${JSM}:=[ocamlopt?] >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] " DEPEND="${RDEPEND}"