dev-util/tokei: Specify QA_FLAGS_IGNORED

CFLAGS/LDFLAGS won't be respected since the application is written
in Rust.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
YOSHIOKA Takuma
2021-04-08 03:00:31 +09:00
parent e3a0474ac0
commit bdc0b35463
4 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2020 Gentoo Authors
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.1
@@ -170,6 +170,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
QA_FLAGS_IGNORED="usr/bin/tokei"
src_compile() {
cargo_src_compile --features all
}

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2020 Gentoo Authors
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.1
@@ -179,6 +179,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
QA_FLAGS_IGNORED="usr/bin/tokei"
src_compile() {
cargo_src_compile --features all
}

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2020 Gentoo Authors
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.1
@@ -179,6 +179,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
QA_FLAGS_IGNORED="usr/bin/tokei"
src_compile() {
cargo_src_compile --features all
}

View File

@@ -175,6 +175,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
QA_FLAGS_IGNORED="usr/bin/tokei"
src_compile() {
cargo_src_compile --features all
}