commit: 1428575d3aa62035f9d2a7cddc0c8b791bdac974 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Dec 23 03:09:03 2024 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Mon Dec 23 03:09:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1428575d
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 <AT> gmail.com> app-text/typstyle/typstyle-0.12.12.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/typstyle/typstyle-0.12.12.ebuild b/app-text/typstyle/typstyle-0.12.12.ebuild index fb7f53604..25d2308bd 100644 --- a/app-text/typstyle/typstyle-0.12.12.ebuild +++ b/app-text/typstyle/typstyle-0.12.12.ebuild @@ -527,6 +527,8 @@ BDEPEND=" test? ( dev-util/cargo-nextest ) " +QA_FLAGS_IGNORED="usr/bin/typstyle" + DOCS=( README.md ) src_compile() {
