commit: 1ec2f09f9dbc553fe17574290cdf65284c51b948
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 04:24:32 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 04:37:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec2f09f
dev-ml/expect_test_helpers_core: depends on all 0.17.* slot of base
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...ebuild => expect_test_helpers_core-0.17.0-r1.ebuild} | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0.ebuild
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0-r1.ebuild
similarity index 62%
rename from
dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0.ebuild
rename to
dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0-r1.ebuild
index 05f88faac939..bd17d791abde 100644
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0.ebuild
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,15 +15,18 @@ 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/base_quickcheck:${SLOT}[ocamlopt?]
- dev-ml/core:${SLOT}[ocamlopt?]
- dev-ml/ppx_jane:${SLOT}[ocamlopt?]
+ =dev-ml/base-${JSM}:=[ocamlopt?]
+ =dev-ml/base_quickcheck-${JSM}:=[ocamlopt?]
+ =dev-ml/core-${JSM}:=[ocamlopt?]
+ =dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
dev-ml/re:=[ocamlopt?]
- dev-ml/sexp_pretty:${SLOT}[ocamlopt?]
- dev-ml/stdio:${SLOT}[ocamlopt?]
+ =dev-ml/sexp_pretty-${JSM}:=[ocamlopt?]
+ =dev-ml/stdio-${JSM}:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"