summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-10-18 18:55:07 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-10-18 19:48:08 +0200
commit48f128072c018b359999d4ce440d561b4f9836e6 (patch)
tree4a7d0d58328815e0572e8b976257eea9e7f90558 /dev-ml
parentdev-python/simsimd: Remove old (diff)
downloadgentoo-48f128072c018b359999d4ce440d561b4f9836e6.tar.gz
gentoo-48f128072c018b359999d4ce440d561b4f9836e6.tar.bz2
gentoo-48f128072c018b359999d4ce440d561b4f9836e6.zip
dev-ml/ocaml-migrate-parsetree: do not work with ocaml-5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0-r1.ebuild (renamed from dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0-r1.ebuild
index bcad667ef590..3e4246ed05b3 100644
--- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,5 +16,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test ) strip"
+RDEPEND="<dev-lang/ocaml-5"
DEPEND="test? ( dev-ml/cinaps )"
BDEPEND=">=dev-ml/dune-2.3"