From 1428575d3aa62035f9d2a7cddc0c8b791bdac974 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Mon, 23 Dec 2024 11:09:03 +0800 Subject: [PATCH] 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 --- 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 fb7f536045..25d2308bd8 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() {