summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-22 18:43:18 +0000
committerSam James <sam@gentoo.org>2021-01-22 18:43:18 +0000
commitcc9ea89fd85ed9744dc88105d0a8825b32bebd27 (patch)
tree1b163c83ac8634086d93b35bb0ad92f37c49695b /media-libs/svt-av1/svt-av1-0.8.6.ebuild
parentdev-texlive/texlive-langgreek: Stabilize 2020 arm64, #766561 (diff)
downloadgentoo-cc9ea89fd85ed9744dc88105d0a8825b32bebd27.tar.gz
gentoo-cc9ea89fd85ed9744dc88105d0a8825b32bebd27.tar.bz2
gentoo-cc9ea89fd85ed9744dc88105d0a8825b32bebd27.zip
media-libs/svt-av1: Keyword 0.8.6 arm, #764761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/svt-av1/svt-av1-0.8.6.ebuild')
-rw-r--r--media-libs/svt-av1/svt-av1-0.8.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
index 5a346c613740..d7d8df53a362 100644
--- a/media-libs/svt-av1/svt-av1-0.8.6.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git"
else
SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+ KEYWORDS="~amd64 ~arm ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
fi