Skip to content

Commit

Permalink
media-video/rav1e: silence QA flags warning for Rust
Browse files Browse the repository at this point in the history
Not applicable.

Closes: https://bugs.gentoo.org/730528
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Dec 24, 2021
1 parent 2e6dcbb commit 32d8972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media-video/rav1e/rav1e-0.5.1.ebuild
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions media-video/rav1e/rav1e-9999.ebuild
Expand Up @@ -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
Expand Down

0 comments on commit 32d8972

Please sign in to comment.