Diff ppxlib-0.18.0 with a ppxlib-0.20.0-r1

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

  
4 4
EAPI=7
......
16 16

  
17 17
LICENSE="Apache-2.0"
18 18
SLOT="0/${PV}"
19
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
19
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
20 20
IUSE="+ocamlopt test"
21 21
RESTRICT="!test? ( test )"
22 22

  
......
24 24
	>=dev-ml/base-0.11.0:=
25 25
	dev-ml/findlib:=
26 26
	>=dev-ml/ocaml-compiler-libs-0.11.0:=
27
	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
28
	dev-ml/cinaps:=
27
	>=dev-ml/ocaml-migrate-parsetree-2.1.0:=
29 28
	dev-ml/sexplib0:=
30 29
	dev-ml/stdlib-shims:=
31 30
	>=dev-ml/ppx_derivers-1.2.1:=
32 31
	>=dev-ml/stdio-0.11.0:=
33 32
"
34 33
DEPEND="${RDEPEND}
35
	test? (
36
		dev-ml/cinaps
37
	)"
34
	test? ( dev-ml/cinaps:= )"
Thank you!