Diff alcotest-1.6.0-r2 with a alcotest-1.7.0

/usr/portage/dev-ml/alcotest/alcotest-1.7.0.ebuild 2023-10-09 14:52:29.780368357 +0300
11 11

  
12 12
LICENSE="ISC"
13 13
SLOT="0/${PV}"
14
KEYWORDS="amd64 ~arm ~arm64 ~x86"
14
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
15 15
IUSE="+ocamlopt"
16 16

  
17 17
RDEPEND="
18
	>=dev-ml/dune-2.8:=
18
	>=dev-ml/dune-3.0:=
19 19
	dev-ml/astring:=
20 20
	dev-ml/async_kernel:=
21 21
	dev-ml/async:=
Thank you!