Diff bin_prot-0.15.0-r2 with a bin_prot-0.16.0

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

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

  
17 17
RDEPEND="
18
	>=dev-ml/base-0.14.0:=
18
	>=dev-lang/ocaml-4.14
19
	dev-ml/base:${SLOT}
19 20
	dev-ml/findlib:=
20
	>=dev-ml/ppx_compare-0.14.0:=
21
	>=dev-ml/ppx_custom_printf-0.14.0:=
22
	>=dev-ml/ppx_fields_conv-0.14.0:=
23
	>=dev-ml/ppx_optcomp-0.14.0:=
24
	>=dev-ml/ppx_sexp_conv-0.14.0:=
25
	>=dev-ml/ppx_variants_conv-0.14.0:=
21
	dev-ml/ppx_compare:${SLOT}
22
	dev-ml/ppx_custom_printf:${SLOT}
23
	dev-ml/ppx_fields_conv:${SLOT}
24
	dev-ml/ppx_optcomp:${SLOT}
25
	dev-ml/ppx_sexp_conv:${SLOT}
26
	dev-ml/ppx_stable_witness:${SLOT}
27
	dev-ml/ppx_variants_conv:${SLOT}
26 28
	dev-ml/variantslib:=
27 29
"
28 30
DEPEND="${RDEPEND}"
Thank you!