Diff raspberrypi-image-5.4.79_p20201201 with a raspberrypi-image-5.10.11_p20210201

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

  
4 4
EAPI=7
......
27 27
	MY_PV="1.$(ver_cut 5)"
28 28
	SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
29 29
	S="${WORKDIR}/firmware-${MY_PV}"
30
	KEYWORDS="-* ~arm ~arm64"
30
	KEYWORDS=""
31
	# No keywords until I can give it a boot test
32
	#KEYWORDS="-* ~arm ~arm64"
31 33
fi
32 34

  
33 35
src_install() {
Thank you!