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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E90E158046 for ; Mon, 14 Oct 2024 19:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB6DE07D4; Mon, 14 Oct 2024 19:10:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3909E07D4 for ; Mon, 14 Oct 2024 19:10:17 +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 01558343089 for ; Mon, 14 Oct 2024 19:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABAC1671 for ; Mon, 14 Oct 2024 19:10:15 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1728932987.fbe3f27fab932a93ac8b008ddb3648b0bde5258b.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-firmware/linux-firmware-99999999.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: fbe3f27fab932a93ac8b008ddb3648b0bde5258b X-VCS-Branch: master Date: Mon, 14 Oct 2024 19:10:15 +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: 84871b41-3e48-49f0-a665-ce8c47ba94b6 X-Archives-Hash: aea1b2b67817516be322f6efc9d40884 commit: fbe3f27fab932a93ac8b008ddb3648b0bde5258b Author: Mike Pagano gentoo org> AuthorDate: Mon Oct 14 19:09:47 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Oct 14 19:09:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe3f27f sys-kernel/linux-firmware: Mark git safe.directory Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index a177433c8846..7f691121d842 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -287,6 +287,7 @@ src_prepare() { src_install() { local FW_OPTIONS=( "-v" ) + git config --global --add safe.directory "${S}" || die if use compress-xz; then FW_OPTIONS+=( "--xz" )