From 46b3080056af8407d4b87cf99e8eaff314cad91d Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Sat, 1 May 2021 16:10:03 +0200 Subject: [PATCH] net-misc/castor: Ignore QA warning about flags. Closes: https://bugs.gentoo.org/787077 Signed-off-by: Ronny (tastytea) Gutbrod --- 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 49466f36df..ca4cf435d6 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 49466f36df..f2f79e18d8 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.