commit: 3884300d40b025a92e32358b2d0f01dafa8117ea
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 05:55:06 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 06:03:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3884300d
dev-ml/core_unix: >=dev-lang/ocaml-4.09 is now superfluous
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{core_unix-0.15.2-r1.ebuild => core_unix-0.15.2-r2.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
b/dev-ml/core_unix/core_unix-0.15.2-r2.ebuild
similarity index 91%
rename from dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
rename to dev-ml/core_unix/core_unix-0.15.2-r2.ebuild
index 3eda89d3b5f9..4d7522c1f0b9 100644
--- a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
+++ b/dev-ml/core_unix/core_unix-0.15.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-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 x86"
IUSE="+ocamlopt"
DEPEND="
- >=dev-lang/ocaml-4.09
dev-ml/core:=
dev-ml/core_kernel:${SLOT}
dev-ml/expect_test_helpers_core:${SLOT}
@@ -24,7 +23,6 @@ DEPEND="
dev-ml/timezone:${SLOT}
"
RDEPEND="${DEPEND}"
-BDEPEND=""
PATCHES=( "${FILESDIR}"/${P}-musl.patch )