commit: fed79cc288ca1be6f1ad9af7926769554283b6fe
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 15:21:28 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 15:55:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed79cc2
dev-ml/ppx_typerep_conv: depends on all 0.17.* slot of base
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...yperep_conv-0.17.0.ebuild => ppx_typerep_conv-0.17.0-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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 772a90e5bdcb..9d47428e87fd 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}"