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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E73831382C5 for ; Sat, 1 May 2021 14:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAE8E0D05; Sat, 1 May 2021 14:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20C0BE0D05 for ; Sat, 1 May 2021 14:20:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F15335D08 for ; Sat, 1 May 2021 14:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE95A729 for ; Sat, 1 May 2021 14:20:38 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1619878203.46b3080056af8407d4b87cf99e8eaff314cad91d.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/castor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/castor/castor-0.8.15.ebuild net-misc/castor/castor-0.8.16.ebuild X-VCS-Directories: net-misc/castor/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 46b3080056af8407d4b87cf99e8eaff314cad91d X-VCS-Branch: dev Date: Sat, 1 May 2021 14:20:38 +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: 2b79ff8a-5dbd-496e-bf43-b32a447ed7eb X-Archives-Hash: 1c2fb458412eee33ad9890f10077620b commit: 46b3080056af8407d4b87cf99e8eaff314cad91d Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat May 1 14:10:03 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat May 1 14:10:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b30800 net-misc/castor: Ignore QA warning about flags. Closes: https://bugs.gentoo.org/787077 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/castor/castor-0.8.15.ebuild | 5 ++++- net-misc/castor/castor-0.8.16.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-misc/castor/castor-0.8.15.ebuild b/net-misc/castor/castor-0.8.15.ebuild index 49466f36d..ca4cf435d 100644 --- a/net-misc/castor/castor-0.8.15.ebuild +++ b/net-misc/castor/castor-0.8.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright-2020 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -127,6 +127,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" +# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings +QA_FLAGS_IGNORED="usr/bin/castor" + src_test() { # FIXME: test absolute_url::test_make_absolute_just_path fails without this, # but I couldn't reproduce it. diff --git a/net-misc/castor/castor-0.8.16.ebuild b/net-misc/castor/castor-0.8.16.ebuild index 49466f36d..f2f79e18d 100644 --- a/net-misc/castor/castor-0.8.16.ebuild +++ b/net-misc/castor/castor-0.8.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -127,6 +127,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" +# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings +QA_FLAGS_IGNORED="usr/bin/castor" + src_test() { # FIXME: test absolute_url::test_make_absolute_just_path fails without this, # but I couldn't reproduce it.