From b8016276f63ee653979d59a46a1405977ea0fc17 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 2 Jun 2024 10:17:57 +0200 Subject: dev-lang/ocaml: ignore TEXTRELS Closes: https://bugs.gentoo.org/924364 Signed-off-by: Alfredo Tupone --- dev-lang/ocaml/ocaml-4.14.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-lang') diff --git a/dev-lang/ocaml/ocaml-4.14.2.ebuild b/dev-lang/ocaml/ocaml-4.14.2.ebuild index f94e0f851126..bb61347421c2 100644 --- a/dev-lang/ocaml/ocaml-4.14.2.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.2.ebuild @@ -79,6 +79,10 @@ src_test() { } src_install() { + # OCaml generates textrels on 32-bit arches + if use arm || use ppc || use x86 ; then + export QA_TEXTRELS='.*' + fi default dodir /usr/include -- cgit v1.2.3-65-gdbad