Diff ppxlib-0.22.0-r3 with a ppxlib-0.22.2-r2
/usr/portage/dev-ml/ppxlib/ppxlib-0.22.2-r2.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 | |
23 | 23 |
RDEPEND=" |
24 | 24 |
>=dev-ml/ocaml-compiler-libs-0.11.0:= |
25 |
>=dev-ml/ocaml-migrate-parsetree-2.1.0:= |
|
25 |
>=dev-ml/ocaml-migrate-parsetree-2.2.0:= |
|
26 | 26 |
dev-ml/sexplib0:= |
27 | 27 |
dev-ml/stdlib-shims:= |
28 | 28 |
>=dev-ml/ppx_derivers-1.2.1:= |