Diff ocaml-expat-1.1.0-r1 with a ocaml-expat-1.3.0
/usr/portage/dev-ml/ocaml-expat/ocaml-expat-1.3.0.ebuild 2023-10-09 14:52:29.796368358 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit findlib |
7 | 7 | |
... | ... | |
13 | 13 |
HOMEPAGE="https://github.com/whitequark/ocaml-expat" |
14 | 14 | |
15 | 15 |
RDEPEND="dev-libs/expat |
16 |
>=dev-lang/ocaml-3.10.2:=[ocamlopt?]" |
|
16 |
>=dev-lang/ocaml-4.14.1:=[ocamlopt?]" |
|
17 | 17 | |
18 | 18 |
DEPEND="${RDEPEND} |
19 | 19 |
test? ( dev-ml/ounit2 )" |
... | ... | |
23 | 23 |
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" |
24 | 24 |
PATCHES=( |
25 | 25 |
"${FILESDIR}/ounit2.patch" |
26 |
"${FILESDIR}/${P}-cc.patch" |
|
26 |
"${FILESDIR}/${PN}-1.1.0-cc.patch" |
|
27 | 27 |
) |
28 | 28 | |
29 | 29 |
src_compile() { |