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 19405159C9B 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 89868E2B52; Tue, 13 Aug 2024 14:57:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 733B1E2B52 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 8F20134305D 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 0B2B31EE5 for ; Tue, 13 Aug 2024 14:57:21 +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.0aa4fad9b52768cf6adb5dabb51b89dc14e1d706.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: 0aa4fad9b52768cf6adb5dabb51b89dc14e1d706 X-VCS-Branch: master Date: Tue, 13 Aug 2024 14:57:21 +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: 85a76373-b919-437e-9062-1ca967146cc3 X-Archives-Hash: a9e14470bea5e5a38472472a937e23e8 commit: 0aa4fad9b52768cf6adb5dabb51b89dc14e1d706 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=0aa4fad9 sys-kernel/raspberrypi-image: Stabilize 6.6.31_p20240529 arm64, #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 327ba1c7fbb4..f29a75a4879a 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"