Diff core_unix-0.15.2-r1 with a core_unix-0.16.0-r1

/usr/portage/dev-ml/core_unix/core_unix-0.16.0-r1.ebuild 2025-07-29 16:22:13.188450602 +0300
1
# Copyright 2023 Gentoo Authors
1
# Copyright 2023-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="MIT"
13 13
SLOT="0/$(ver_cut 1-2)"
14
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
14
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
15 15
IUSE="+ocamlopt"
16 16

  
17 17
DEPEND="
18
	>=dev-lang/ocaml-4.09
18
	>=dev-lang/ocaml-4.14
19 19
	dev-ml/core:=
20 20
	dev-ml/core_kernel:${SLOT}
21 21
	dev-ml/expect_test_helpers_core:${SLOT}
22 22
	dev-ml/ocaml_intrinsics:${SLOT}
23
	dev-ml/spawn:${SLOT}
23
	>=dev-ml/spawn-0.15:=
24
	dev-ml/re:=
24 25
	dev-ml/timezone:${SLOT}
25 26
"
26 27
RDEPEND="${DEPEND}"
27
BDEPEND=""
28 28

  
29 29
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
30 30

  
Thank you!