From bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28 Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Thu, 8 Apr 2021 03:00:31 +0900 Subject: [PATCH] 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 --- 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 afecf5608e..82bbba74e0 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 0a42937bf6..6bac295957 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 c376785555..5f41207151 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 fa4e8174f5..4d1240a2bd 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 }