commit: 049fbd9eb66c9cbc205b21a2d5559f846016b3c5 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 21:29:56 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 21:29:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049fbd9e
dev-ml/dune: ignore TEXTRELS Closes: https://bugs.gentoo.org/924365 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/dune/dune-3.10.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-ml/dune/dune-3.10.0.ebuild b/dev-ml/dune/dune-3.10.0.ebuild index 4055f5de2e82..bb5983404c7c 100644 --- a/dev-ml/dune/dune-3.10.0.ebuild +++ b/dev-ml/dune/dune-3.10.0.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 @@ -55,6 +55,10 @@ src_compile() { } src_install() { + # OCaml generates textrels on 32-bit arches + if use arm || use ppc || use x86 ; then + export QA_TEXTRELS='.*' + fi default dodir /usr/share/doc
