diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-02 10:17:57 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-02 10:21:12 +0200 |
commit | b8016276f63ee653979d59a46a1405977ea0fc17 (patch) | |
tree | c09be7a4e368e8b551e0b236fed11d7c9e068de1 | |
parent | app-accessibility/orca: enable py3.12, adjust to liblouis-3.29.0 (diff) | |
download | gentoo-b8016276f63ee653979d59a46a1405977ea0fc17.tar.gz gentoo-b8016276f63ee653979d59a46a1405977ea0fc17.tar.bz2 gentoo-b8016276f63ee653979d59a46a1405977ea0fc17.zip |
dev-lang/ocaml: ignore TEXTRELS
Closes: https://bugs.gentoo.org/924364
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |