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 96D6B15815E for ; Sun, 4 Feb 2024 18:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F182BC015; Sun, 4 Feb 2024 18:46:08 +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 9B09F2BC015 for ; Sun, 4 Feb 2024 18:46:08 +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 5EE1F34326E for ; Sun, 4 Feb 2024 18:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C96888 for ; Sun, 4 Feb 2024 18:46:05 +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: <1707072302.35e9df627447ac1afff3715be904a8be6d6391ee.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-20240115-r1.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 35e9df627447ac1afff3715be904a8be6d6391ee X-VCS-Branch: master Date: Sun, 4 Feb 2024 18:46:05 +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: 6e3a374c-7d69-44ba-a133-001d0bd27f72 X-Archives-Hash: 211676ce9b526b21cde43a27932116e6 commit: 35e9df627447ac1afff3715be904a8be6d6391ee Author: Mike Pagano gentoo org> AuthorDate: Sun Feb 4 18:45:02 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Feb 4 18:45:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e9df62 sys-kernel/linux-firmware: Fix cpio dependency Thanks to awifox for reporting Bug: https://bugs.gentoo.org/913049 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-firmware/linux-firmware-20240115-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20240115-r1.ebuild b/sys-kernel/linux-firmware/linux-firmware-20240115-r1.ebuild index 21e07a6bd6ee..950b3319518a 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20240115-r1.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20240115-r1.ebuild @@ -37,7 +37,7 @@ REQUIRED_USE="initramfs? ( redistributable ) RESTRICT="binchecks strip test unknown-license? ( bindist )" -BDEPEND="initramfs? ( app-arch/cpio ) +BDEPEND="initramfs? ( app-alternatives/cpio ) compress-xz? ( app-arch/xz-utils ) compress-zstd? ( app-arch/zstd ) deduplicate? ( app-misc/rdfind )"