Diff fmt-0.8.9-r1 with a fmt-0.9.0

/usr/portage/dev-ml/fmt/fmt-0.9.0.ebuild 2023-10-09 14:52:29.788368358 +0300
11 11

  
12 12
LICENSE="ISC"
13 13
SLOT="0/${PV}"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
15 15
IUSE="test"
16 16
RESTRICT="!test? ( test )"
17 17

  
18 18
RDEPEND="
19 19
	dev-ml/cmdliner:=[ocamlopt]
20
	dev-lang/ocaml:=[ocamlopt]
20
	>=dev-lang/ocaml-4.08:=[ocamlopt]
21 21
	dev-ml/result:=[ocamlopt]
22 22
	dev-ml/stdlib-shims:=[ocamlopt]
23 23
	dev-ml/uchar:=[ocamlopt]
......
34 34
}
35 35

  
36 36
src_test() {
37
	ocaml pkg/pkg.ml test || die
37
	ocaml pkg/pkg.ml test _build/test/test.native || die
38 38
}
Thank you!