Diff raspberrypi-image-5.15.32_p20220331 with a raspberrypi-image-6.1.21_p20230405

/usr/portage/sys-kernel/raspberrypi-image/raspberrypi-image-6.1.21_p20230405.ebuild 2024-07-02 13:51:49.429851595 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20

  
21 21
	SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
22 22
	S="${WORKDIR}/firmware-${MY_PV}"
23
	KEYWORDS="-* ~arm ~arm64"
23
	KEYWORDS="-* arm arm64"
24 24
fi
25 25

  
26 26
LICENSE="GPL-2 raspberrypi-videocore-bin"
Thank you!