commit:     26f187af12ecc9a9eae3d6035a18aa2fcd10695e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 17:33:20 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 17:34:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f187af

opam.eclass: dev-lang/ocaml-4 is the min in the tree

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 eclass/opam.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/opam.eclass b/eclass/opam.eclass
index 49e3c426b062..1cb3362a50c5 100644
--- a/eclass/opam.eclass
+++ b/eclass/opam.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: opam.eclass
@@ -27,7 +27,7 @@ QA_FLAGS_IGNORED='.*'
 # Override dependency for OPAM_INSTALLER
 : "${OPAM_INSTALLER_DEP:="dev-ml/opam-installer"}"
 
-RDEPEND=">=dev-lang/ocaml-4:="
+RDEPEND="dev-lang/ocaml:="
 BDEPEND="${OPAM_INSTALLER_DEP} dev-lang/ocaml"
 DEPEND="${RDEPEND}"
 

Reply via email to