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

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-09-30 19:33:20 +02:00
parent 592bc337f4
commit 26f187af12
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -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}"