commit:     fba835e25a9664dbab97c64da87cbf516394fb57
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Wed Apr  7 18:02:22 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=fba835e2

sys-apps/dust: 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>

 sys-apps/dust/dust-0.5.3.ebuild | 4 +++-
 sys-apps/dust/dust-0.5.4.ebuild | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-apps/dust/dust-0.5.3.ebuild b/sys-apps/dust/dust-0.5.3.ebuild
index 45dc6548a..00bfd3299 100644
--- a/sys-apps/dust/dust-0.5.3.ebuild
+++ b/sys-apps/dust/dust-0.5.3.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
@@ -78,6 +78,8 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+QA_FLAGS_IGNORED="usr/bin/dust"
+
 src_install() {
        cargo_src_install
 

diff --git a/sys-apps/dust/dust-0.5.4.ebuild b/sys-apps/dust/dust-0.5.4.ebuild
index 6aba80fad..f8c351901 100644
--- a/sys-apps/dust/dust-0.5.4.ebuild
+++ b/sys-apps/dust/dust-0.5.4.ebuild
@@ -82,6 +82,8 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+QA_FLAGS_IGNORED="usr/bin/dust"
+
 src_install() {
        cargo_src_install
 

Reply via email to