Diff raspberrypi-image-4.19.75_p20190925 with a raspberrypi-image-5.4.79_p20201201

/usr/portage/sys-kernel/raspberrypi-image/raspberrypi-image-5.4.79_p20201201.ebuild 2023-10-09 14:52:35.536368503 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 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"
30
	KEYWORDS="-* ~arm ~arm64"
31 31
fi
32 32

  
33 33
src_install() {
Thank you!