dev-ml/ocaml-migrate-parsetree: request ocaml-4

Closes: https://bugs.gentoo.org/961267
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-12-15 11:51:27 +01:00
parent 004bf5c652
commit f24561b099
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -15,5 +15,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test ) strip"
RDEPEND="<dev-lang/ocaml-4.15"
DEPEND="test? ( dev-ml/cinaps )"
BDEPEND=">=dev-ml/dune-2.3"