net-misc/castor: Ignore QA warning about flags.

Closes: https://bugs.gentoo.org/787077
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-05-01 16:10:03 +02:00
parent e171eec18e
commit 46b3080056
2 changed files with 8 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.