commit: b1217f8c3f310023dc639fc7962061b400e367f0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 19:54:55 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 20:17:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1217f8c
dev-ml/ppx_js_style: depends on all 0.17.* slot of base
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...js_style-0.17.0.ebuild => ppx_js_style-0.17.0-r1.ebuild} | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-ml/ppx_js_style/ppx_js_style-0.17.0.ebuild
b/dev-ml/ppx_js_style/ppx_js_style-0.17.0-r1.ebuild
similarity index 73%
rename from dev-ml/ppx_js_style/ppx_js_style-0.17.0.ebuild
rename to dev-ml/ppx_js_style/ppx_js_style-0.17.0-r1.ebuild
index 7805c862edac..f9c8590f964f 100644
--- a/dev-ml/ppx_js_style/ppx_js_style-0.17.0.ebuild
+++ b/dev-ml/ppx_js_style/ppx_js_style-0.17.0-r1.ebuild
@@ -14,11 +14,14 @@ SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
IUSE="+ocamlopt"
-DEPEND="
+# Jane Street Minor
+JSM=$(ver_cut 1-2)*
+
+RDEPEND="
>=dev-lang/ocaml-5
- dev-ml/base:${SLOT}
- dev-ml/octavius:=
- >=dev-ml/ppxlib-0.28.0:=
+ =dev-ml/base-${JSM}:=[ocamlopt?]
+ dev-ml/octavius:=[ocamlopt?]
+ >=dev-ml/ppxlib-0.28.0:=[ocamlopt?]
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"