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 C6EB9158041 for ; Tue, 19 Mar 2024 00:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07DEBE29A4; Tue, 19 Mar 2024 00:39:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9C114E29A4 for ; Tue, 19 Mar 2024 00:39:32 +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 BECEE3406D1 for ; Tue, 19 Mar 2024 00:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 511F71520 for ; Tue, 19 Mar 2024 00:39:30 +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: <1710808747.d947e62bfcafefe0ed3e0167cbe863d994ce5c81.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-news/newsflash/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-news/newsflash/newsflash-3.1.6.ebuild X-VCS-Directories: net-news/newsflash/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d947e62bfcafefe0ed3e0167cbe863d994ce5c81 X-VCS-Branch: dev Date: Tue, 19 Mar 2024 00:39:30 +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: 1a3d41a3-3ef9-4f30-8ecf-a66102a0eb9f X-Archives-Hash: 40f28f63cae063e48fc33a5f1828e3ec Message-ID: <20240319003930.Zaon9OCazmpunPthOL3nSq6ecysGsn2uAKUUtGtuXAM@z> commit: d947e62bfcafefe0ed3e0167cbe863d994ce5c81 Author: Julien Roy jroy ca> AuthorDate: Tue Mar 19 00:39:07 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Mar 19 00:39:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d947e62b net-news/newsflash: ignore CFLAGS for Rust Signed-off-by: Julien Roy jroy.ca> net-news/newsflash/newsflash-3.1.6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-news/newsflash/newsflash-3.1.6.ebuild b/net-news/newsflash/newsflash-3.1.6.ebuild index 3797d38b36..0bfedb554b 100644 --- a/net-news/newsflash/newsflash-3.1.6.ebuild +++ b/net-news/newsflash/newsflash-3.1.6.ebuild @@ -507,6 +507,9 @@ BDEPEND=" dev-util/blueprint-compiler " +# Rust +QA_FLAGS_IGNORED="usr/bin/io.gitlab.news_flash.NewsFlash" + src_unpack() { cargo_src_unpack sed -i -e "s/0\.0\.0/${PV}/" "${S}"/{Cargo.toml,meson.build} || die