Diff raspberrypi-image-5.10.17_p20210527 with a raspberrypi-image-5.10.63_p20211029

/usr/portage/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild 2023-10-09 14:52:35.536368503 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6 6
inherit mount-boot
7 7

  
8
# Go to e.g. https://github.com/raspberrypi/firmware/tree/1.20211029/modules
9
# for the latest tag to see which kernel version it corresponds to.
10

  
8 11
DESCRIPTION="Raspberry Pi (all versions) kernel and modules"
9 12
HOMEPAGE="https://github.com/raspberrypi/firmware"
10 13
LICENSE="GPL-2 raspberrypi-videocore-bin"
......
27 30
	MY_PV="1.$(ver_cut 5)"
28 31
	SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
29 32
	S="${WORKDIR}/firmware-${MY_PV}"
30
	KEYWORDS="-* ~arm ~arm64"
33
	KEYWORDS="-* arm arm64"
31 34
fi
32 35

  
33 36
src_install() {
Thank you!