commit:     ae4badd6b5ba8dc7fd7c5ee8710b7303ad922081
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 17:56:17 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 19:07:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4badd6

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

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

 dev-ml/ppxlib/{ppxlib-0.33.0.ebuild => ppxlib-0.33.0-r1.ebuild} | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ppxlib/ppxlib-0.33.0.ebuild 
b/dev-ml/ppxlib/ppxlib-0.33.0-r1.ebuild
similarity index 86%
rename from dev-ml/ppxlib/ppxlib-0.33.0.ebuild
rename to dev-ml/ppxlib/ppxlib-0.33.0-r1.ebuild
index 96351ba3ae61..e0e534c18421 100644
--- a/dev-ml/ppxlib/ppxlib-0.33.0.ebuild
+++ b/dev-ml/ppxlib/ppxlib-0.33.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
@@ -20,19 +20,22 @@ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
+# Jane Street Minor
+JSM=0.17
+
 # It also works with ocaml >= 4 but tests are to be fixed
 RDEPEND="
        >=dev-lang/ocaml-5:=
        >=dev-ml/ocaml-compiler-libs-0.17:=[ocamlopt?]
        dev-ml/ppx_derivers:=[ocamlopt?]
-       dev-ml/sexplib0:0/0.17[ocamlopt?]
+       =dev-ml/sexplib0-${JSM}*:=[ocamlopt?]
        dev-ml/stdlib-shims:=[ocamlopt?]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
        >=dev-ml/dune-3.11
        test? (
-               dev-ml/base:0/0.17
+               =dev-ml/base-${JSM}*:=[ocamlopt?]
                dev-ml/cinaps
                >=dev-ml/findlib-1.9.6[ocamlopt?]
                dev-ml/re

Reply via email to