commit: b5f2f967d397885546ec558f609bee0f8102f135 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Sep 7 11:58:24 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Sep 7 12:01:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f2f967
sys-boot/raspberrypi-firmware: fix QA issue This package installs prebuilt elf files, so it should not have RESTRICT="binchecks", but QA_PREBUILT instead. The elf files are not for arm. Closes: https://bugs.gentoo.org/925432 Bug: https://bugs.gentoo.org/925431 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild index a010861b12d2..6a6775bd8363 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild @@ -20,7 +20,8 @@ HOMEPAGE="https://github.com/raspberrypi/firmware" LICENSE="GPL-2 raspberrypi-videocore-bin" SLOT="0" -RESTRICT="binchecks strip" +RESTRICT="strip" +QA_PREBUILT="*" DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"
