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 47D661382C5 for ; Sun, 2 May 2021 09:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96385E08EB; Sun, 2 May 2021 09:27:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7BF15E08EB for ; Sun, 2 May 2021 09:27:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6FE9340D09 for ; Sun, 2 May 2021 09:27:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F1B8737 for ; Sun, 2 May 2021 09:27:16 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619878203.46b3080056af8407d4b87cf99e8eaff314cad91d.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 46b3080056af8407d4b87cf99e8eaff314cad91d X-VCS-Branch: master Date: Sun, 2 May 2021 09:27:16 +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: 4912bfdb-845a-4228-93ae-3acbe5480ffb X-Archives-Hash: f3e434cd01266bccef8baae6be23580d commit: 46b3080056af8407d4b87cf99e8eaff314cad91d Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat May 1 14:10:03 2021 +0000 Commit: Theo Anderson posteo 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.