diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-04 10:58:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-04 10:58:24 +0000 |
| commit | 9f814b4c24f5a9bd139baac62df5b34ad39b9dc1 (patch) | |
| tree | 2839e8a10ba82d8590a32528cbe1015c0b10db94 /dev-ml/ppx_string_conv | |
| parent | 47edd8ab941a8d8d99e52fcc60d402326e99bd40 (diff) | |
| download | baldeagleos-repo-9f814b4c24f5a9bd139baac62df5b34ad39b9dc1.tar.gz baldeagleos-repo-9f814b4c24f5a9bd139baac62df5b34ad39b9dc1.tar.xz baldeagleos-repo-9f814b4c24f5a9bd139baac62df5b34ad39b9dc1.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/ppx_string_conv')
| -rw-r--r-- | dev-ml/ppx_string_conv/ppx_string_conv-0.17.0-r1.ebuild (renamed from dev-ml/ppx_string_conv/ppx_string_conv-0.17.0.ebuild) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ppx_string_conv/ppx_string_conv-0.17.0.ebuild b/dev-ml/ppx_string_conv/ppx_string_conv-0.17.0-r1.ebuild index 2973da652913..080b3d76322a 100644 --- a/dev-ml/ppx_string_conv/ppx_string_conv-0.17.0.ebuild +++ b/dev-ml/ppx_string_conv/ppx_string_conv-0.17.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,15 @@ 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/capitalization:${SLOT}[ocamlopt?] - dev-ml/ppx_let:${SLOT}[ocamlopt?] - dev-ml/ppx_string:${SLOT}[ocamlopt?] + =dev-ml/base-${JSM}:=[ocamlopt?] + =dev-ml/capitalization-${JSM}:=[ocamlopt?] + =dev-ml/ppx_let-${JSM}:=[ocamlopt?] + =dev-ml/ppx_string-${JSM}:=[ocamlopt?] >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] " DEPEND="${RDEPEND}" |
