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 4671B15808B for ; Sat, 9 Apr 2022 19:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB2CE09CB; Sat, 9 Apr 2022 19:31:46 +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 19E98E09A2 for ; Sat, 9 Apr 2022 19:31:46 +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 2C1A2341744 for ; Sat, 9 Apr 2022 19:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC5B391 for ; Sat, 9 Apr 2022 19:31:42 +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: <1649532690.8ae7f0cfa7fa62e5567997cfb121721f5cb0f475.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-5.10.63_p20211029.ebuild X-VCS-Directories: sys-kernel/raspberrypi-image/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8ae7f0cfa7fa62e5567997cfb121721f5cb0f475 X-VCS-Branch: master Date: Sat, 9 Apr 2022 19:31:42 +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: 30bf5b9c-62d4-4cd1-812f-211deae92e9e X-Archives-Hash: 969f55d6ae7a09092e5fe1f6b3e15e2b commit: 8ae7f0cfa7fa62e5567997cfb121721f5cb0f475 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 9 19:31:30 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 9 19:31:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae7f0cf sys-kernel/raspberrypi-image: Stabilize 5.10.63_p20211029 arm64, #836569 Signed-off-by: Arthur Zamarin gentoo.org> .../raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild index c889903dd8ca..f0ec16d555f7 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ else MY_PV="1.$(ver_cut 5)" 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 src_install() {