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 41375158016 for ; Mon, 18 Dec 2023 09:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FCC2BC051; Mon, 18 Dec 2023 09:01:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A8E12BC051 for ; Mon, 18 Dec 2023 09:01:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 718A733BE12 for ; Mon, 18 Dec 2023 09:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D22AF14B4 for ; Mon, 18 Dec 2023 09:01:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1702890053.a9b255acc75a1b8821968a8f18801bddd111ab3f.arthurzam@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-20231211.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a9b255acc75a1b8821968a8f18801bddd111ab3f X-VCS-Branch: master Date: Mon, 18 Dec 2023 09:01:06 +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: 53a824e6-b274-40db-b3f9-2d4e846edb13 X-Archives-Hash: 28d221605ba8f4418472536ba057f070 commit: a9b255acc75a1b8821968a8f18801bddd111ab3f Author: Arthur Zamarin gentoo org> AuthorDate: Mon Dec 18 09:00:53 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Dec 18 09:00:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b255ac sys-kernel/linux-firmware: Stabilize 20231211 ppc, #920157 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/linux-firmware/linux-firmware-20231211.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild b/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild index 0d8fa039703e..03823ff02c06 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz" fi - KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ~ppc ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 sparc x86" fi DESCRIPTION="Linux firmware files"