sci-electronics/bender: fix 950640

- rust does not use *FLAGS from make.conf

Closes: https://bugs.gentoo.org/950640
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2025-03-06 12:33:21 +08:00
parent 33fd91477e
commit a8cd73b3db
No known key found for this signature in database
GPG Key ID: AD4E34A8385E3E52

View File

@ -213,3 +213,7 @@ LICENSE+="
" "
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"