commit: e846d1fc9864ac594527ad287235392d9571af7b Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 21:12:43 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 21:13:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e846d1fc
dev-ml/ocaml-migrate-parsetree: fix dep on ocaml Closes: https://bugs.gentoo.org/894228 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> ...setree-1.8.0.ebuild => ocaml-migrate-parsetree-1.8.0-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0-r1.ebuild similarity index 84% rename from dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0.ebuild rename to dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0-r1.ebuild index 3516d59f1555..9bad2ee3e9f3 100644 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0.ebuild +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-1.8.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune @@ -16,5 +16,6 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" DEPEND="dev-ml/cinaps:= - dev-ml/ppx_derivers:=" + dev-ml/ppx_derivers:= + <dev-lang/ocaml-4.13" RDEPEND="${DEPEND}"
