Diff ppxlib-0.23.0-r1 with a ppxlib-0.24.0
/usr/portage/dev-ml/ppxlib/ppxlib-0.24.0.ebuild 2023-10-09 14:52:29.804368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 |
... | ... | |
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 ~riscv ~x86" |
|
20 | 20 |
IUSE="+ocamlopt test" |
21 | 21 |
RESTRICT="!test? ( test )" |
22 | 22 | |
... | ... | |
37 | 37 |
) |
38 | 38 |
" |
39 | 39 |
BDEPEND=">=dev-ml/dune-2.8" |
40 | ||
41 |
PATCHES=( |
|
42 |
"${FILESDIR}"/${P}-fix-ocaml-4.13.patch |
|
43 |
) |