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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81317139360 for ; Tue, 3 Aug 2021 12:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D88A2E0AA3; Tue, 3 Aug 2021 12:04:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFC75E0AA3 for ; Tue, 3 Aug 2021 12:04:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7FDF343CBE for ; Tue, 3 Aug 2021 12:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74CC07BD for ; Tue, 3 Aug 2021 12:04:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1627992260.58fe79a2aef348cbbf37abc0e5f6a1d15961cdae.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap/libcap-2.52.ebuild X-VCS-Directories: sys-libs/libcap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 58fe79a2aef348cbbf37abc0e5f6a1d15961cdae X-VCS-Branch: master Date: Tue, 3 Aug 2021 12:04:30 +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: fddc513a-97c9-419e-b9fd-88845eeefa9e X-Archives-Hash: fe7d820b6c221b1a889a1c71a0f60883 commit: 58fe79a2aef348cbbf37abc0e5f6a1d15961cdae Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 3 12:04:04 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 3 12:04:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fe79a2 sys-libs/libcap: Attempt to not run objcopy directly Bug: https://bugs.gentoo.org/806274 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libcap/libcap-2.52.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcap/libcap-2.52.ebuild b/sys-libs/libcap/libcap-2.52.ebuild index 22ae030ac60..cd7de80ecb4 100644 --- a/sys-libs/libcap/libcap-2.52.ebuild +++ b/sys-libs/libcap/libcap-2.52.ebuild @@ -55,7 +55,7 @@ run_emake() { } src_configure() { - tc-export AR CC RANLIB + tc-export AR CC OBJCOPY RANLIB tc-export_build_env BUILD_CC multilib-minimal_src_configure }