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 9C23815813A for ; Sun, 12 Jan 2025 22:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95412E0801; Sun, 12 Jan 2025 22:35: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1712E0815 for ; Sun, 12 Jan 2025 22:35:51 +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 00259341256 for ; Sun, 12 Jan 2025 22:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3722C207D for ; Sun, 12 Jan 2025 22:35:49 +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: <1736721321.bfa4585c206e5188c67199a23c14a23d6d1ae4c7.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: bfa4585c206e5188c67199a23c14a23d6d1ae4c7 X-VCS-Branch: master Date: Sun, 12 Jan 2025 22:35: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: 376485d7-f4fc-44e1-aa29-913b86e4a406 X-Archives-Hash: f2ee03a9d9fdf42e15672d02530f0bc8 commit: bfa4585c206e5188c67199a23c14a23d6d1ae4c7 Author: Mike Pagano gentoo org> AuthorDate: Sun Jan 12 22:35:21 2025 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Jan 12 22:35:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa4585c sys-kernel/linux-firmware: Work arounnd error in copy-firmware.sh Thanks to Ulrich Müller Closes: https://bugs.gentoo.org/947920 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index 20fd385d1fda..e81d2971c476 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -232,7 +232,7 @@ src_prepare() { src_install() { - local FW_OPTIONS=( "-v" ) + local FW_OPTIONS=( "-v" "-j1" ) git config --global --add safe.directory "${S}" || die local files_to_keep=