diff options
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" |