From c0ae5d0316a1fffd978c4e5fcdf9e9d899eb0598 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 29 Sep 2025 11:54:16 +0200 Subject: [PATCH] dev-ml/rresult: drop extra dev-lang/ocaml Signed-off-by: Alfredo Tupone --- dev-ml/rresult/rresult-0.7.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ml/rresult/rresult-0.7.0.ebuild b/dev-ml/rresult/rresult-0.7.0.ebuild index 80ad93979a373..14f22b410d349 100644 --- a/dev-ml/rresult/rresult-0.7.0.ebuild +++ b/dev-ml/rresult/rresult-0.7.0.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=7 @@ -13,8 +13,7 @@ LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -RDEPEND="dev-ml/result:= - >=dev-lang/ocaml-4.08:=" +RDEPEND="dev-ml/result:=" DEPEND="${RDEPEND}" BDEPEND="dev-ml/topkg dev-ml/ocamlbuild"