commit:     6a236c378f967324c95665848322c62f5ed91b39
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 19:52:07 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 19:52:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a236c37

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

 dev-embedded/arduino/arduino-1.8.5-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/arduino/arduino-1.8.5-r2.ebuild 
b/dev-embedded/arduino/arduino-1.8.5-r2.ebuild
index 50b52632bde..d20fd3fcd25 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"

Reply via email to