diff options
author | odrling <florianbadie@odrling.xyz> | 2024-03-30 03:52:23 +0100 |
---|---|---|
committer | odrling <florianbadie@odrling.xyz> | 2024-03-30 03:58:50 +0100 |
commit | 321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c (patch) | |
tree | 53c6d683fa7523f8d82d17f02b4aab3b35d9cd33 /app-text | |
parent | dev-util/rye: new package, add 0.32.0 (diff) | |
download | guru-321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c.tar.gz guru-321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c.tar.bz2 guru-321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c.zip |
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@odrling.xyz>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/typst/typst-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/typst/typst-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/typst/typst-0.9.0.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app-text/typst/typst-0.10.0.ebuild b/app-text/typst/typst-0.10.0.ebuild index 4c42fd77b..486d1075f 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 b89fd82fc..3b34b49dd 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 07dda3434..d3a6ba901 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() { |