commit: 321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c Author: odrling <florianbadie <AT> odrling <DOT> xyz> AuthorDate: Sat Mar 30 02:52:23 2024 +0000 Commit: Florian Badie <florianbadie <AT> mailbox <DOT> org> CommitDate: Sat Mar 30 02:58:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=321b394c
app-text/typst: add QA_FLAGS_IGNORED CFLAGS/LDFLAGS QA doesn't apply to Rust packages Closes: https://bugs.gentoo.org/928084 Closes: https://bugs.gentoo.org/928085 Signed-off-by: odrling <florianbadie <AT> odrling.xyz> app-text/typst/typst-0.10.0.ebuild | 2 ++ app-text/typst/typst-0.11.0.ebuild | 2 ++ app-text/typst/typst-0.9.0.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app-text/typst/typst-0.10.0.ebuild b/app-text/typst/typst-0.10.0.ebuild index 4c42fd77bf..486d1075fc 100644 --- a/app-text/typst/typst-0.10.0.ebuild +++ b/app-text/typst/typst-0.10.0.ebuild @@ -389,6 +389,8 @@ BDEPEND=" dev-vcs/git " +QA_FLAGS_IGNORED="usr/bin/typst" + DOCS=( README.md ) src_compile() { diff --git a/app-text/typst/typst-0.11.0.ebuild b/app-text/typst/typst-0.11.0.ebuild index b89fd82fc0..3b34b49ddd 100644 --- a/app-text/typst/typst-0.11.0.ebuild +++ b/app-text/typst/typst-0.11.0.ebuild @@ -386,6 +386,8 @@ BDEPEND=" dev-vcs/git " +QA_FLAGS_IGNORED="usr/bin/typst" + DOCS=( README.md ) src_compile() { diff --git a/app-text/typst/typst-0.9.0.ebuild b/app-text/typst/typst-0.9.0.ebuild index 07dda3434f..d3a6ba9010 100644 --- a/app-text/typst/typst-0.9.0.ebuild +++ b/app-text/typst/typst-0.9.0.ebuild @@ -411,6 +411,8 @@ BDEPEND=" dev-vcs/git " +QA_FLAGS_IGNORED="usr/bin/typst" + DOCS=( README.md ) src_compile() {
