From 4da866f48c22669ab26b075198dba17ca77e2b39 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 29 Sep 2025 20:58:12 +0200 Subject: [PATCH] dev-ml/seq: extra dev-lang/ocaml deps Signed-off-by: Alfredo Tupone --- dev-ml/seq/seq-0.3.1-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-ml/seq/seq-0.3.1-r1.ebuild b/dev-ml/seq/seq-0.3.1-r1.ebuild index daec26a132fc3..b37f39131d593 100644 --- a/dev-ml/seq/seq-0.3.1-r1.ebuild +++ b/dev-ml/seq/seq-0.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,3 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-4.07" -BDEPEND="${RDEPEND}"