app-text/typstyle: fix not respect CFLAGS QA

- typstyle is a pure rust program and should add to QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/946834
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2024-12-23 11:09:03 +08:00
parent bb8d282b74
commit 1428575d3a
No known key found for this signature in database
GPG Key ID: AD4E34A8385E3E52

View File

@ -527,6 +527,8 @@ BDEPEND="
test? ( dev-util/cargo-nextest )
"
QA_FLAGS_IGNORED="usr/bin/typstyle"
DOCS=( README.md )
src_compile() {