commit:     aded42d45c87a955c40caad177468a64a5209010
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 07:08:10 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 07:33:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aded42d4

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

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

 .../{time_now-0.17.0.ebuild => time_now-0.17.0-r1.ebuild}   | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-ml/time_now/time_now-0.17.0.ebuild 
b/dev-ml/time_now/time_now-0.17.0-r1.ebuild
similarity index 65%
rename from dev-ml/time_now/time_now-0.17.0.ebuild
rename to dev-ml/time_now/time_now-0.17.0-r1.ebuild
index 6034696b29c8..39b89ecbd258 100644
--- a/dev-ml/time_now/time_now-0.17.0.ebuild
+++ b/dev-ml/time_now/time_now-0.17.0-r1.ebuild
@@ -14,13 +14,16 @@ 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/jane-street-headers:${SLOT}[ocamlopt?]
-       dev-ml/jst-config:${SLOT}[ocamlopt?]
-       dev-ml/ppx_base:${SLOT}[ocamlopt?]
-       dev-ml/ppx_optcomp:${SLOT}[ocamlopt?]
+       =dev-ml/base-${JSM}*:=[ocamlopt?]
+       =dev-ml/jane-street-headers-${JSM}*:=[ocamlopt?]
+       =dev-ml/jst-config-${JSM}*:=[ocamlopt?]
+       =dev-ml/ppx_base-${JSM}*:=[ocamlopt?]
+       =dev-ml/ppx_optcomp-${JSM}*:=[ocamlopt?]
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-ml/dune-3.11"

Reply via email to