commit: fe8f004bab3c7c114fc73d8e8b2acf9c9f750d12 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 08:07:38 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 08:08:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8f004b
dev-ml/ppx_js_style: require ocaml < 4.13 Closes: https://bugs.gentoo.org/817131 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{ppx_js_style-0.14.0.ebuild => ppx_js_style-0.14.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild b/dev-ml/ppx_js_style/ppx_js_style-0.14.0-r1.ebuild similarity index 90% rename from dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild rename to dev-ml/ppx_js_style/ppx_js_style-0.14.0-r1.ebuild index 047ad1309189..dd7d4f88755c 100644 --- a/dev-ml/ppx_js_style/ppx_js_style-0.14.0.ebuild +++ b/dev-ml/ppx_js_style/ppx_js_style-0.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=" - <=dev-lang/ocaml-4.13 + <dev-lang/ocaml-4.13 >=dev-ml/base-0.14.0:= dev-ml/findlib:= dev-ml/octavius:=
