Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rav1e/
Date: Fri, 24 Dec 2021 06:14:26
Message-Id: 1640325560.32d8972e210a82b340d8ad7ab1031b6dfa3891c8.sam@gentoo
1 commit: 32d8972e210a82b340d8ad7ab1031b6dfa3891c8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 05:58:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 05:59:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d8972e
7
8 media-video/rav1e: silence QA flags warning for Rust
9
10 Not applicable.
11
12 Closes: https://bugs.gentoo.org/730528
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-video/rav1e/rav1e-0.5.1.ebuild | 3 +++
16 media-video/rav1e/rav1e-9999.ebuild | 3 +++
17 2 files changed, 6 insertions(+)
18
19 diff --git a/media-video/rav1e/rav1e-0.5.1.ebuild b/media-video/rav1e/rav1e-0.5.1.ebuild
20 index 4f8909ed2d61..85e0f0b21173 100644
21 --- a/media-video/rav1e/rav1e-0.5.1.ebuild
22 +++ b/media-video/rav1e/rav1e-0.5.1.ebuild
23 @@ -201,6 +201,9 @@ BDEPEND="
24 capi? ( >=dev-util/cargo-c-0.6.3 )
25 "
26
27 +# Rust
28 +QA_FLAGS_IGNORED="usr/lib.*/librav1e.* usr/bin/rav1e"
29 +
30 src_unpack() {
31 if [[ ${PV} == *9999* ]]; then
32 git-r3_src_unpack
33
34 diff --git a/media-video/rav1e/rav1e-9999.ebuild b/media-video/rav1e/rav1e-9999.ebuild
35 index 8765fbfdeef5..a13cb191165c 100644
36 --- a/media-video/rav1e/rav1e-9999.ebuild
37 +++ b/media-video/rav1e/rav1e-9999.ebuild
38 @@ -29,6 +29,9 @@ BDEPEND="
39 capi? ( dev-util/cargo-c )
40 "
41
42 +# Rust
43 +QA_FLAGS_IGNORED="usr/lib.*/librav1e.* usr/bin/rav1e"
44 +
45 src_unpack() {
46 if [[ ${PV} == *9999* ]]; then
47 git-r3_src_unpack