diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-09-07 14:58:24 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-09-07 15:01:58 +0300 |
commit | b5f2f967d397885546ec558f609bee0f8102f135 (patch) | |
tree | 461d0605bf885639b69279c133a1281256480609 /sys-boot | |
parent | app-doc/python-docs: Bump to 3.9.20 (diff) | |
download | gentoo-b5f2f967d397885546ec558f609bee0f8102f135.tar.gz gentoo-b5f2f967d397885546ec558f609bee0f8102f135.tar.bz2 gentoo-b5f2f967d397885546ec558f609bee0f8102f135.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |