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 77EBD158086 for ; Tue, 14 Dec 2021 11:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B772B2BC011; Tue, 14 Dec 2021 11:14:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 467802BC014 for ; Tue, 14 Dec 2021 11:14:13 +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 599A7343700 for ; Tue, 14 Dec 2021 11:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF62D0 for ; Tue, 14 Dec 2021 11:14:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639480441.716e8a495d874d8b5dc259d2b218e28aa7a2595a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-0.9.6-r1.ebuild sys-devel/mold/mold-0.9.6-r2.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 716e8a495d874d8b5dc259d2b218e28aa7a2595a X-VCS-Branch: master Date: Tue, 14 Dec 2021 11:14:10 +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: 32eec25f-ceaa-489e-82ff-1e3a6955cae1 X-Archives-Hash: cda272030b627e57b12b94f20bdd83c3 commit: 716e8a495d874d8b5dc259d2b218e28aa7a2595a Author: Sam James gentoo org> AuthorDate: Tue Dec 14 10:44:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 14 11:14:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716e8a49 sys-devel/mold: really fix wrapper Bug: https://bugs.gentoo.org/823653 Signed-off-by: Sam James gentoo.org> sys-devel/mold/{mold-0.9.6-r1.ebuild => mold-0.9.6-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/mold/mold-0.9.6-r1.ebuild b/sys-devel/mold/mold-0.9.6-r2.ebuild similarity index 98% rename from sys-devel/mold/mold-0.9.6-r1.ebuild rename to sys-devel/mold/mold-0.9.6-r2.ebuild index 7a9c767ceeaa..a8bb3b7a4246 100644 --- a/sys-devel/mold/mold-0.9.6-r1.ebuild +++ b/sys-devel/mold/mold-0.9.6-r2.ebuild @@ -42,6 +42,7 @@ src_prepare() { # https://github.com/rui314/mold/issues/127 sed -i \ -e "s:/usr/lib64/mold/mold-wrapper.so:${EPREFIX}/usr/$(get_libdir)/mold/mold-wrapper.so:" \ + elf/subprocess.cc || die # Needs unpackaged dwarfutils rm test/compressed-debug-info.sh \