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}"