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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82E6A158086 for ; Tue, 14 Dec 2021 02:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D790A2BC005; Tue, 14 Dec 2021 02:48:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E2092BC005 for ; Tue, 14 Dec 2021 02:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B4F69343575 for ; Tue, 14 Dec 2021 02:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4107614D for ; Tue, 14 Dec 2021 02:48:33 +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: <1639450104.343532754e89c6771de90bd912d302ddbcc57ddb.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 X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 343532754e89c6771de90bd912d302ddbcc57ddb X-VCS-Branch: master Date: Tue, 14 Dec 2021 02:48:33 +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: 5a603335-db63-4056-9b2f-dc4749102be7 X-Archives-Hash: 8a2cf092ff94d3e32a3ee69fd8a03778 commit: 343532754e89c6771de90bd912d302ddbcc57ddb Author: Sam James gentoo org> AuthorDate: Tue Dec 14 02:48:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 14 02:48:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34353275 sys-devel/mold: fix whitespace Signed-off-by: Sam James gentoo.org> sys-devel/mold/mold-0.9.6-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/mold/mold-0.9.6-r1.ebuild b/sys-devel/mold/mold-0.9.6-r1.ebuild index 0321cd2b708e..7a9c767ceeaa 100644 --- a/sys-devel/mold/mold-0.9.6-r1.ebuild +++ b/sys-devel/mold/mold-0.9.6-r1.ebuild @@ -43,7 +43,6 @@ src_prepare() { sed -i \ -e "s:/usr/lib64/mold/mold-wrapper.so:${EPREFIX}/usr/$(get_libdir)/mold/mold-wrapper.so:" \ - # Needs unpackaged dwarfutils rm test/compressed-debug-info.sh \ test/compress-debug-sections.sh || die @@ -69,7 +68,7 @@ src_compile() { } src_test() { - emake \ + emake \ SYSTEM_TBB=1 \ SYSTEM_MIMALLOC=1 \ EXTRA_CFLAGS="${CFLAGS}" \