From c6bb937a2ad7b200d41f9f4d10380923d8bbff82 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 30 Sep 2025 08:12:46 +0200 Subject: [PATCH] dev-ml/base: drop extra dev-lang/ocaml dep Signed-off-by: Alfredo Tupone --- dev-ml/base/base-0.15.1-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ml/base/base-0.15.1-r2.ebuild b/dev-ml/base/base-0.15.1-r2.ebuild index 536909da83bd9..fa1c6558750f3 100644 --- a/dev-ml/base/base-0.15.1-r2.ebuild +++ b/dev-ml/base/base-0.15.1-r2.ebuild @@ -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 EAPI=8 @@ -15,7 +15,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" RDEPEND=" - >=dev-lang/ocaml-4.10.0 =dev-ml/sexplib0-0.15*:=[ocamlopt?] dev-ml/dune-configurator:=[ocamlopt?] "