commit: b139856c095b2e812daa2c5ceebf3e5a29e1a592
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 09:48:54 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 10:14:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b139856c
dev-ml/parmap: drop extra dev-lang/ocaml
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/parmap/parmap-1.2.5.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-ml/parmap/parmap-1.2.5.ebuild
b/dev-ml/parmap/parmap-1.2.5.ebuild
index 8bddaebdb9aa..ccce5ee0b2df 100644
--- a/dev-ml/parmap/parmap-1.2.5.ebuild
+++ b/dev-ml/parmap/parmap-1.2.5.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
@@ -17,5 +17,3 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
BDEPEND="dev-ml/dune-configurator:="
-RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
-DEPEND="${RDEPEND}"