commit: 46b3080056af8407d4b87cf99e8eaff314cad91d Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Sat May 1 14:10:03 2021 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> 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 <gentoo <AT> 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.
