commit: a4f1bec222ca48f54e8a0ad2d79961154edf603e
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 26 05:51:43 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Sep 26 05:52:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f1bec2
dune.eclass: dev-lang/ocaml<4 have long gone
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
eclass/dune.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/dune.eclass b/eclass/dune.eclass
index cfe81433a5bc..02b0d55ff21e 100644
--- a/eclass/dune.eclass
+++ b/eclass/dune.eclass
@@ -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
# @ECLASS: dune.eclass
@@ -35,7 +35,7 @@ inherit edo multiprocessing
QA_FLAGS_IGNORED='.*'
RDEPEND="
- >=dev-lang/ocaml-4:=[ocamlopt?]
+ dev-lang/ocaml:=[ocamlopt?]
dev-ml/dune:=
"
DEPEND="${RDEPEND}"