commit:     36ca44c4b6f38b531a9caffbb86dda91714ddb16
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 04:31:34 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 04:37:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ca44c4

dev-ml/core_kernel: depends on all 0.17.* slot of base

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...ernel-0.17.0.ebuild => core_kernel-0.17.0-r1.ebuild} | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-ml/core_kernel/core_kernel-0.17.0.ebuild 
b/dev-ml/core_kernel/core_kernel-0.17.0-r1.ebuild
similarity index 64%
rename from dev-ml/core_kernel/core_kernel-0.17.0.ebuild
rename to dev-ml/core_kernel/core_kernel-0.17.0-r1.ebuild
index 4fa86c62b8bf..65aaa179ad83 100644
--- a/dev-ml/core_kernel/core_kernel-0.17.0.ebuild
+++ b/dev-ml/core_kernel/core_kernel-0.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,14 +17,17 @@ IUSE="+ocamlopt"
 # Wants quickcheck_deprecated for now
 RESTRICT="test"
 
+# Jane Street Minor
+JSM=$(ver_cut 1-2)*
+
 RDEPEND="
        >=dev-lang/ocaml-5
-       dev-ml/base:${SLOT}[ocamlopt?]
-       dev-ml/core:${SLOT}[ocamlopt?]
-       dev-ml/int_repr:${SLOT}[ocamlopt?]
-       dev-ml/ppx_jane:${SLOT}[ocamlopt?]
-       dev-ml/ppx_optcomp:${SLOT}[ocamlopt?]
-       dev-ml/uopt:${SLOT}[ocamlopt?]
+       =dev-ml/base-${JSM}:=[ocamlopt?]
+       =dev-ml/core-${JSM}:=[ocamlopt?]
+       =dev-ml/int_repr-${JSM}:=[ocamlopt?]
+       =dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
+       =dev-ml/ppx_optcomp-${JSM}:=[ocamlopt?]
+       =dev-ml/uopt-${JSM}:=[ocamlopt?]
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-ml/dune-3.11"

Reply via email to