From 26f187af12ecc9a9eae3d6035a18aa2fcd10695e Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 30 Sep 2025 19:33:20 +0200 Subject: [PATCH] opam.eclass: dev-lang/ocaml-4 is the min in the tree Signed-off-by: Alfredo Tupone --- 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}"