Diff ppxlib-0.22.2-r2 with a ppxlib-0.23.0-r1
/usr/portage/dev-ml/ppxlib/ppxlib-0.23.0-r1.ebuild 2023-10-09 14:52:29.804368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2021 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 | |
... | ... | |
38 | 38 |
" |
39 | 39 |
BDEPEND=">=dev-ml/dune-2.8" |
40 | 40 | |
41 |
src_install() { |
|
42 |
dune_src_install |
|
43 | ||
44 |
# Clashes with dev-libs/nss[utils], accidentally installed upstream |
|
45 |
# https://github.com/ocaml-ppx/ppxlib/issues/224 |
|
46 |
rm "${ED}"/usr/bin/pp || die |
|
47 |
} |
|
41 |
PATCHES=( |
|
42 |
"${FILESDIR}"/${P}-fix-ocaml-4.13.patch |
|
43 |
) |