Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/
Date: Mon, 28 Feb 2022 19:31:29
Message-Id: 1646076674.b80cad3833f175c1d9dd411a0789cd202bb622cf.tupone@gentoo
1 commit: b80cad3833f175c1d9dd411a0789cd202bb622cf
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 19:31:14 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 19:31:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80cad38
7
8 dev-lang/ocaml: add riscv patch to 4.13.1 too
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-lang/ocaml/ocaml-4.13.1.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-lang/ocaml/ocaml-4.13.1.ebuild b/dev-lang/ocaml/ocaml-4.13.1.ebuild
17 index 1765de6905c0..979584167046 100644
18 --- a/dev-lang/ocaml/ocaml-4.13.1.ebuild
19 +++ b/dev-lang/ocaml/ocaml-4.13.1.ebuild
20 @@ -22,6 +22,10 @@ PDEPEND="emacs? ( app-emacs/ocaml-mode )
21
22 QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
23
24 +PATCHES=(
25 + "${FILESDIR}"/${PN}-4.12.1-fix-textrel-riscv.patch
26 +)
27 +
28 src_prepare() {
29 default