Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/
Date: Thu, 08 Apr 2021 10:12:10
Message-Id: 1617818578.d2ce84af22be6e3ac56c21e0d0816c0f77bca388.andrewammerlaan@gentoo
1 commit: d2ce84af22be6e3ac56c21e0d0816c0f77bca388
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Wed Apr 7 17:58:20 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=d2ce84af
7
8 app-misc/watchexec: Specify QA_FLAGS_IGNORED
9
10 CFLAGS/LDFLAGS won't be respected since the application is written in Rust.
11
12 Closes: https://bugs.gentoo.org/780780
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>
15
16 app-misc/watchexec/watchexec-1.14.1.ebuild | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/app-misc/watchexec/watchexec-1.14.1.ebuild b/app-misc/watchexec/watchexec-1.14.1.ebuild
20 index ad5e09349..27a13670d 100644
21 --- a/app-misc/watchexec/watchexec-1.14.1.ebuild
22 +++ b/app-misc/watchexec/watchexec-1.14.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2017-2020 Gentoo Authors
25 +# Copyright 2017-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # Auto-Generated by cargo-ebuild 0.3.1
29 @@ -87,6 +87,8 @@ IUSE=""
30 DEPEND=""
31 RDEPEND=""
32
33 +QA_FLAGS_IGNORED="usr/bin/watchexec"
34 +
35 src_install() {
36 cargo_src_install