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 A6DEA159C9B for ; Tue, 13 Aug 2024 14:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FA5AE2B4F; Tue, 13 Aug 2024 14:57:23 +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 5011BE2B4F for ; Tue, 13 Aug 2024 14:57:23 +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 5F603343027 for ; Tue, 13 Aug 2024 14:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB3F1EE4 for ; Tue, 13 Aug 2024 14:57:20 +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: <1723561028.03bac92e3937c2f253d59dd4d6ce5150b5e56bdc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild X-VCS-Directories: sys-kernel/raspberrypi-image/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03bac92e3937c2f253d59dd4d6ce5150b5e56bdc X-VCS-Branch: master Date: Tue, 13 Aug 2024 14:57:20 +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: 2eb140e9-4a20-41e2-8694-b836f3c95342 X-Archives-Hash: 024adc7bc5bcb02e8b4307a895da78e1 commit: 03bac92e3937c2f253d59dd4d6ce5150b5e56bdc Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 13 14:57:08 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 13 14:57:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bac92e sys-kernel/raspberrypi-image: Stabilize 6.6.31_p20240529 arm, #937855 Signed-off-by: Arthur Zamarin gentoo.org> sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild index 8a8a4752bce4..327ba1c7fbb4 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-6.6.31_p20240529.ebuild @@ -20,7 +20,7 @@ else SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz" S="${WORKDIR}/firmware-${MY_PV}" - KEYWORDS="-* ~arm ~arm64" + KEYWORDS="-* arm ~arm64" fi LICENSE="GPL-2 raspberrypi-videocore-bin"