commit: bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28
Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Wed Apr 7 18:00:31 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 7 18:02:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdc0b354
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 <AT> hard-wi.red>
dev-util/tokei/tokei-12.0.4.ebuild | 4 +++-
dev-util/tokei/tokei-12.1.0.ebuild | 4 +++-
dev-util/tokei/tokei-12.1.1.ebuild | 4 +++-
dev-util/tokei/tokei-12.1.2.ebuild | 2 ++
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/dev-util/tokei/tokei-12.0.4.ebuild
b/dev-util/tokei/tokei-12.0.4.ebuild
index afecf5608..82bbba74e 100644
--- a/dev-util/tokei/tokei-12.0.4.ebuild
+++ b/dev-util/tokei/tokei-12.0.4.ebuild
@@ -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
}
diff --git a/dev-util/tokei/tokei-12.1.0.ebuild
b/dev-util/tokei/tokei-12.1.0.ebuild
index 0a42937bf..6bac29595 100644
--- a/dev-util/tokei/tokei-12.1.0.ebuild
+++ b/dev-util/tokei/tokei-12.1.0.ebuild
@@ -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
}
diff --git a/dev-util/tokei/tokei-12.1.1.ebuild
b/dev-util/tokei/tokei-12.1.1.ebuild
index c37678555..5f4120715 100644
--- a/dev-util/tokei/tokei-12.1.1.ebuild
+++ b/dev-util/tokei/tokei-12.1.1.ebuild
@@ -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
}
diff --git a/dev-util/tokei/tokei-12.1.2.ebuild
b/dev-util/tokei/tokei-12.1.2.ebuild
index fa4e8174f..4d1240a2b 100644
--- a/dev-util/tokei/tokei-12.1.2.ebuild
+++ b/dev-util/tokei/tokei-12.1.2.ebuild
@@ -175,6 +175,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
+QA_FLAGS_IGNORED="usr/bin/tokei"
+
src_compile() {
cargo_src_compile --features all
}