From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7B851581D3 for ; Sat, 1 Jun 2024 21:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199C7E2A15; Sat, 1 Jun 2024 21:30:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1057E2A15 for ; Sat, 1 Jun 2024 21:30:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA97B335D1C for ; Sat, 1 Jun 2024 21:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435751009 for ; Sat, 1 Jun 2024 21:30:55 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1717277396.049fbd9eb66c9cbc205b21a2d5559f846016b3c5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dune/dune-3.10.0.ebuild X-VCS-Directories: dev-ml/dune/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 049fbd9eb66c9cbc205b21a2d5559f846016b3c5 X-VCS-Branch: master Date: Sat, 1 Jun 2024 21:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f089966b-8d2d-455a-9c15-be07ae3b3dae X-Archives-Hash: 3d76176abc2fdcda2c78a1b9048852c6 commit: 049fbd9eb66c9cbc205b21a2d5559f846016b3c5 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jun 1 21:29:56 2024 +0000 Commit: Alfredo Tupone gentoo 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 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