From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E518158043 for ; Sat, 30 Mar 2024 19:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9583EE2A49; Sat, 30 Mar 2024 19:29:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C1BAE2A44 for ; Sat, 30 Mar 2024 19:29:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49B9E34315A for ; Sat, 30 Mar 2024 19:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77ED1610 for ; Sat, 30 Mar 2024 19:29:39 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711767530.321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/typst/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/typst/typst-0.10.0.ebuild app-text/typst/typst-0.11.0.ebuild app-text/typst/typst-0.9.0.ebuild X-VCS-Directories: app-text/typst/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c X-VCS-Branch: master Date: Sat, 30 Mar 2024 19:29:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6cacb7c-6984-4eec-a20a-d53826249a4e X-Archives-Hash: d29e12734e6e7ec9493c3b3c703fa6bd commit: 321b394c5fe7ba7c15cb17f5b6c568ae9370cc3c Author: odrling odrling xyz> AuthorDate: Sat Mar 30 02:52:23 2024 +0000 Commit: Julien Roy jroy ca> 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 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() {