summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-02-28 20:31:14 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-02-28 20:31:14 +0100
commitb80cad3833f175c1d9dd411a0789cd202bb622cf (patch)
treea61f3058d6be148f237790c9a48d1ce2c6c28819
parentdev-embedded/u-boot-tools: Add myself as maintainer (diff)
downloadgentoo-b80cad3833f175c1d9dd411a0789cd202bb622cf.tar.gz
gentoo-b80cad3833f175c1d9dd411a0789cd202bb622cf.tar.bz2
gentoo-b80cad3833f175c1d9dd411a0789cd202bb622cf.zip
dev-lang/ocaml: add riscv patch to 4.13.1 too
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-lang/ocaml/ocaml-4.13.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/ocaml/ocaml-4.13.1.ebuild b/dev-lang/ocaml/ocaml-4.13.1.ebuild
index 1765de6905c0..979584167046 100644
--- a/dev-lang/ocaml/ocaml-4.13.1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.13.1.ebuild
@@ -22,6 +22,10 @@ PDEPEND="emacs? ( app-emacs/ocaml-mode )
QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.12.1-fix-textrel-riscv.patch
+)
+
src_prepare() {
default