commit:     8be27af2a28c82aee0d70ab3154c9f19952962f6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 13:14:57 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 10 13:15:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be27af2

dev-ml/ppx_js_style: does not work with ppxlib >= 0.36

Closes: https://bugs.gentoo.org/966991
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{ppx_js_style-0.16.0.ebuild => ppx_js_style-0.16.0-r1.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_js_style/ppx_js_style-0.16.0.ebuild 
b/dev-ml/ppx_js_style/ppx_js_style-0.16.0-r1.ebuild
similarity index 80%
rename from dev-ml/ppx_js_style/ppx_js_style-0.16.0.ebuild
rename to dev-ml/ppx_js_style/ppx_js_style-0.16.0-r1.ebuild
index 1797befead51..74ec32f1abd2 100644
--- a/dev-ml/ppx_js_style/ppx_js_style-0.16.0.ebuild
+++ b/dev-ml/ppx_js_style/ppx_js_style-0.16.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
@@ -14,12 +14,16 @@ SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
+# Jane Street Minor
+JSM=$(ver_cut 1-2)*
+
 DEPEND="
        >=dev-lang/ocaml-4.14
-       dev-ml/base:${SLOT}
+       =dev-ml/base-${JSM}:=[ocamlopt?]
        dev-ml/findlib:=
        dev-ml/octavius:=
        >=dev-ml/ppxlib-0.28.0:=
+       <dev-ml/ppxlib-0.36
        >=dev-ml/ocaml-compiler-libs-0.11.0:=
 "
 RDEPEND="${DEPEND}"

Reply via email to