summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-09 21:41:01 +0000
committerSam James <sam@gentoo.org>2021-02-09 21:41:01 +0000
commitd98290737962409e8cdd6648065226340f218218 (patch)
tree5a3fcf43527f410e9db825cdf8ea489f5fc52033 /media-libs
parentdev-python/sphinx_lv2_theme: Keyword 1.0.0 ppc, #769413 (diff)
downloadgentoo-d98290737962409e8cdd6648065226340f218218.tar.gz
gentoo-d98290737962409e8cdd6648065226340f218218.tar.bz2
gentoo-d98290737962409e8cdd6648065226340f218218.zip
media-libs/svt-av1: Keyword 0.8.6 ppc, #764761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-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 8f38393b03fd..50cd8da9ccad 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 ~arm ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
fi