From ebeb9e7112212b4f725e865e11e2e9d3d0d8da9a Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 8 Oct 2025 19:07:58 +0200 Subject: [PATCH] dev-ml/core: redundant dep on ocaml Signed-off-by: Alfredo Tupone --- dev-ml/core/core-0.15.1-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ml/core/core-0.15.1-r3.ebuild b/dev-ml/core/core-0.15.1-r3.ebuild index d75c2b08a435e..b2046e9ab7c14 100644 --- a/dev-ml/core/core-0.15.1-r3.ebuild +++ b/dev-ml/core/core-0.15.1-r3.ebuild @@ -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 EAPI=8 @@ -18,7 +18,6 @@ IUSE="+ocamlopt" RESTRICT="test" RDEPEND=" - >=dev-lang/ocaml-4.11 >=dev-ml/base-0.15.1:${SLOT} dev-ml/base_bigstring:${SLOT} dev-ml/base_quickcheck:=