diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-07-23 15:52:07 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-07-23 15:52:07 -0400 |
commit | 6a236c378f967324c95665848322c62f5ed91b39 (patch) | |
tree | 472cfd402021df5c991292036a3230dc6f2c2479 /dev-embedded | |
parent | net-misc/vde: bug #661818 (diff) | |
download | gentoo-6a236c378f967324c95665848322c62f5ed91b39.tar.gz gentoo-6a236c378f967324c95665848322c62f5ed91b39.tar.bz2 gentoo-6a236c378f967324c95665848322c62f5ed91b39.zip |
dev-embedded/arduino: remove RESTRICT="bincheck"
Our QA warnings come from a couple of prebuilt binaries in some
libraries. Use QA_PREBUILT instead which is a much cleaner approach.
Closes: https://bugs.gentoo.org/542204
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/arduino/arduino-1.8.5-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-embedded/arduino/arduino-1.8.5-r2.ebuild b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild index 50b52632bde4..d20fd3fcd252 100644 --- a/dev-embedded/arduino/arduino-1.8.5-r2.ebuild +++ b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild @@ -57,7 +57,9 @@ KEYWORDS="~amd64 ~x86" # scanelf bark. It's also why we need a separate package for arduino-listserialportsc because if # we install it in the context of this package, we will get QA notices telling us we're doing a # bad thing. -RESTRICT="strip binchecks" +RESTRICT="strip" +QA_PREBUILT="usr/share/arduino/hardware/arduino/avr/firmwares/* + usr/share/arduino/libraries/WiFi/extras/*" IUSE="doc" CDEPEND="dev-embedded/arduino-builder" |