Diff ppx_sexp_conv-0.14.2-r1 with a ppx_sexp_conv-0.14.3

/usr/portage/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild 2023-10-09 14:52:29.804368358 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
11 11

  
12 12
LICENSE="MIT"
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="+ocamlopt"
16 16

  
17 17
# Upper bound on ppxlib for bug #769536
18 18
DEPEND="
19 19
	=dev-ml/base-0.14*:=
20 20
	dev-ml/findlib:=
21
	>=dev-ml/ppxlib-0.18.0:=
22
	<dev-ml/ppxlib-0.21.0:=
21
	>=dev-ml/ppxlib-0.22.0:=
22
	<dev-ml/ppxlib-0.26.0:=
23 23
	>=dev-ml/ocaml-compiler-libs-0.11.0:=
24 24
	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
25 25
	dev-ml/cinaps:=
Thank you!