summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-24 05:58:51 +0000
committerSam James <sam@gentoo.org>2021-12-24 05:59:20 +0000
commit32d8972e210a82b340d8ad7ab1031b6dfa3891c8 (patch)
tree3ee33f1d917ebf279e75cc2771efb4bc875cd49d /media-video
parentmedia-video/rav1e: crank up minimum cargo-c dependency for 0.4.1-r1 (diff)
downloadgentoo-32d8972e210a82b340d8ad7ab1031b6dfa3891c8.tar.gz
gentoo-32d8972e210a82b340d8ad7ab1031b6dfa3891c8.tar.bz2
gentoo-32d8972e210a82b340d8ad7ab1031b6dfa3891c8.zip
media-video/rav1e: silence QA flags warning for Rust
Not applicable. Closes: https://bugs.gentoo.org/730528 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/rav1e/rav1e-0.5.1.ebuild3
-rw-r--r--media-video/rav1e/rav1e-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/media-video/rav1e/rav1e-0.5.1.ebuild b/media-video/rav1e/rav1e-0.5.1.ebuild
index 4f8909ed2d61..85e0f0b21173 100644
--- a/media-video/rav1e/rav1e-0.5.1.ebuild
+++ b/media-video/rav1e/rav1e-0.5.1.ebuild
@@ -201,6 +201,9 @@ BDEPEND="
capi? ( >=dev-util/cargo-c-0.6.3 )
"
+# Rust
+QA_FLAGS_IGNORED="usr/lib.*/librav1e.* usr/bin/rav1e"
+
src_unpack() {
if [[ ${PV} == *9999* ]]; then
git-r3_src_unpack
diff --git a/media-video/rav1e/rav1e-9999.ebuild b/media-video/rav1e/rav1e-9999.ebuild
index 8765fbfdeef5..a13cb191165c 100644
--- a/media-video/rav1e/rav1e-9999.ebuild
+++ b/media-video/rav1e/rav1e-9999.ebuild
@@ -29,6 +29,9 @@ BDEPEND="
capi? ( dev-util/cargo-c )
"
+# Rust
+QA_FLAGS_IGNORED="usr/lib.*/librav1e.* usr/bin/rav1e"
+
src_unpack() {
if [[ ${PV} == *9999* ]]; then
git-r3_src_unpack