commit: d14bd55fc6241d005ce0baa4c6c3ad1f1eaeace4 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jun 4 18:05:47 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jun 4 18:24:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14bd55f
sci-mathematics/cubicle: ignore TEXTRELS Closes: https://bugs.gentoo.org/928102 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-mathematics/cubicle/cubicle-1.2.0-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/cubicle/cubicle-1.2.0-r2.ebuild b/sci-mathematics/cubicle/cubicle-1.2.0-r2.ebuild index 756eb6aab056..f7887394c08b 100644 --- a/sci-mathematics/cubicle/cubicle-1.2.0-r2.ebuild +++ b/sci-mathematics/cubicle/cubicle-1.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -51,6 +51,10 @@ src_compile() { } src_install() { + # OCaml generates textrels on 32-bit arches + if use x86 ; then + export QA_TEXTRELS='.*' + fi default doman doc/${PN}.1
