summaryrefslogtreecommitdiff
path: root/media-video/rav1e/rav1e-0.3.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /media-video/rav1e/rav1e-0.3.3.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'media-video/rav1e/rav1e-0.3.3.ebuild')
-rw-r--r--media-video/rav1e/rav1e-0.3.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/rav1e/rav1e-0.3.3.ebuild b/media-video/rav1e/rav1e-0.3.3.ebuild
index 6a30adba8a04..8837e73fc6dc 100644
--- a/media-video/rav1e/rav1e-0.3.3.ebuild
+++ b/media-video/rav1e/rav1e-0.3.3.ebuild
@@ -174,14 +174,12 @@ inherit cargo
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/xiph/rav1e.git"
inherit git-r3
- SRC_URI=""
- KEYWORDS=""
else
SRC_URI="
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="The fastest and safest AV1 encoder"