Diff ppx_jane-0.15.0 with a ppx_jane-0.16.0-r1

/usr/portage/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild 2023-10-09 14:52:29.804368358 +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
DEPEND="
18 18
	dev-ml/base_quickcheck:${SLOT}
19
	dev-ml/ppx_assert:${SLOT}
20
	dev-ml/ppx_base:${SLOT}
21
	dev-ml/ppx_bench:${SLOT}
19 22
	dev-ml/ppx_bin_prot:${SLOT}
23
	dev-ml/ppx_compare:=
20 24
	dev-ml/ppx_disable_unused_warnings:${SLOT}
21 25
	dev-ml/ppx_expect:${SLOT}
26
	dev-ml/ppx_fields_conv:${SLOT}
22 27
	dev-ml/ppx_fixed_literal:${SLOT}
23 28
	dev-ml/ppx_ignore_instrumentation:${SLOT}
29
	dev-ml/ppx_inline_test:${SLOT}
24 30
	dev-ml/ppx_log:${SLOT}
25 31
	dev-ml/ppx_module_timer:${SLOT}
26 32
	dev-ml/ppx_optional:${SLOT}
27 33
	dev-ml/ppx_pipebang:${SLOT}
28 34
	dev-ml/ppx_stable:${SLOT}
29 35
	dev-ml/ppx_string:${SLOT}
36
	dev-ml/ppx_tydi:${SLOT}
30 37
	dev-ml/ppx_typerep_conv:${SLOT}
38
	>=dev-ml/ppxlib-0.28.0:=
31 39
"
32 40
RDEPEND="${DEPEND}"
Thank you!