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 18640158089 for ; Fri, 29 Sep 2023 02:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22B62BC038; Fri, 29 Sep 2023 02:25:53 +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 B876B2BC038 for ; Fri, 29 Sep 2023 02:25:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A0A9335D1E for ; Fri, 29 Sep 2023 02:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890421276 for ; Fri, 29 Sep 2023 02:25:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1695954340.84d874a22c6a409db7f077dfba812bdb6c4d9fc3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa-amber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild X-VCS-Directories: media-libs/mesa-amber/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 84d874a22c6a409db7f077dfba812bdb6c4d9fc3 X-VCS-Branch: master Date: Fri, 29 Sep 2023 02:25:49 +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: 7d48e7d2-ab6e-4078-a9d6-832408371b9a X-Archives-Hash: 3ae6e3636ee56c3a1b1e8e02fd88a06a commit: 84d874a22c6a409db7f077dfba812bdb6c4d9fc3 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 29 02:00:41 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 29 02:25:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d874a2 media-libs/mesa-amber: Fix symbol check unit tests Closes: https://bugs.gentoo.org/843983 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild b/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild index c405f31ab598..7441142ef1fb 100644 --- a/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild +++ b/media-libs/mesa-amber/mesa-amber-21.3.9-r1.ebuild @@ -119,6 +119,12 @@ pkg_setup() { python-any-r1_pkg_setup } +src_prepare() { + default + sed -i -e "/^PLATFORM_SYMBOLS/a '__gentoo_check_ldflags__'," \ + bin/symbols-check.py || die # bug #843983 +} + multilib_src_configure() { local emesonargs=()