Diff opam-core-2.0.10 with a opam-core-2.1.2
/usr/portage/dev-ml/opam-core/opam-core-2.1.2.ebuild 2023-10-09 14:52:29.796368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 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 |
... | ... | |
10 | 10 |
DESCRIPTION="Core libraries for opam" |
11 | 11 |
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" |
12 | 12 |
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" |
13 |
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/dev-ml/opam/opam-2.1.0-dose3-6.patch.xz" |
|
13 | 14 |
S="${WORKDIR}/opam-${PV}" |
14 | 15 |
OPAM_INSTALLER="${S}/opam-installer" |
15 | 16 | |
16 | 17 |
LICENSE="LGPL-2.1" |
17 | 18 |
SLOT="0/${PV}" |
18 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
19 |
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" |
|
19 | 20 | |
20 | 21 |
RDEPEND=" |
21 | 22 |
dev-ml/ocamlgraph:= |
... | ... | |
26 | 27 |
DEPEND="${RDEPEND} |
27 | 28 |
dev-ml/cppo" |
28 | 29 | |
30 |
PATCHES=( "${WORKDIR}"/opam-2.1.0-dose3-6.patch ) |
|
31 | ||
29 | 32 |
src_prepare() { |
30 | 33 |
default |
31 | 34 |
cat <<- EOF >> "${S}/dune" |