Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dust/
Date: Thu, 08 Apr 2021 10:12:10
Message-Id: 1617818578.fba835e25a9664dbab97c64da87cbf516394fb57.andrewammerlaan@gentoo
1 commit: fba835e25a9664dbab97c64da87cbf516394fb57
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Wed Apr 7 18:02:22 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 7 18:02:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fba835e2
7
8 sys-apps/dust: Specify QA_FLAGS_IGNORED
9
10 CFLAGS/LDFLAGS won't be respected since the application is written
11 in Rust.
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>
15
16 sys-apps/dust/dust-0.5.3.ebuild | 4 +++-
17 sys-apps/dust/dust-0.5.4.ebuild | 2 ++
18 2 files changed, 5 insertions(+), 1 deletion(-)
19
20 diff --git a/sys-apps/dust/dust-0.5.3.ebuild b/sys-apps/dust/dust-0.5.3.ebuild
21 index 45dc6548a..00bfd3299 100644
22 --- a/sys-apps/dust/dust-0.5.3.ebuild
23 +++ b/sys-apps/dust/dust-0.5.3.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 2017-2020 Gentoo Authors
26 +# Copyright 2017-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 # Auto-Generated by cargo-ebuild 0.3.1
30 @@ -78,6 +78,8 @@ IUSE=""
31 DEPEND=""
32 RDEPEND=""
33
34 +QA_FLAGS_IGNORED="usr/bin/dust"
35 +
36 src_install() {
37 cargo_src_install
38
39
40 diff --git a/sys-apps/dust/dust-0.5.4.ebuild b/sys-apps/dust/dust-0.5.4.ebuild
41 index 6aba80fad..f8c351901 100644
42 --- a/sys-apps/dust/dust-0.5.4.ebuild
43 +++ b/sys-apps/dust/dust-0.5.4.ebuild
44 @@ -82,6 +82,8 @@ IUSE=""
45 DEPEND=""
46 RDEPEND=""
47
48 +QA_FLAGS_IGNORED="usr/bin/dust"
49 +
50 src_install() {
51 cargo_src_install