diff options
author | Sam James <sam@gentoo.org> | 2022-02-18 03:35:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 03:35:56 +0000 |
commit | 955ec74dc8b0ad1d447af52dd4f99399116088e4 (patch) | |
tree | 7a93703aff08d2d661046404105a2272eb80d3cb /media-video | |
parent | net-irc/unrealircd: Stabilize 5.2.4 x86, #833578 (diff) | |
download | gentoo-955ec74dc8b0ad1d447af52dd4f99399116088e4.tar.gz gentoo-955ec74dc8b0ad1d447af52dd4f99399116088e4.tar.bz2 gentoo-955ec74dc8b0ad1d447af52dd4f99399116088e4.zip |
media-video/rav1e: Stabilize 0.5.1 x86, #833579
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/rav1e/rav1e-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/rav1e/rav1e-0.5.1.ebuild b/media-video/rav1e/rav1e-0.5.1.ebuild index 85e0f0b21173..7299fb1d0232 100644 --- a/media-video/rav1e/rav1e-0.5.1.ebuild +++ b/media-video/rav1e/rav1e-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -185,7 +185,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="The fastest and safest AV1 encoder" |