summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-05 02:06:17 +0000
committerSam James <sam@gentoo.org>2021-02-05 02:06:43 +0000
commit7eed9a8cc3391b17d57ff4b555a75adf21c961e5 (patch)
tree1809bb04d242c98528d1c9af0b2308eb2339938e /media-libs/svt-av1/svt-av1-0.8.6.ebuild
parentapp-admin/doas: Keyword 6.8.1 ppc64, #767373 (diff)
downloadgentoo-7eed9a8cc3391b17d57ff4b555a75adf21c961e5.tar.gz
gentoo-7eed9a8cc3391b17d57ff4b555a75adf21c961e5.tar.bz2
gentoo-7eed9a8cc3391b17d57ff4b555a75adf21c961e5.zip
media-libs/svt-av1: Keyword 0.8.6 ppc64, #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 d7d8df53a362..8f38393b03fd 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 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+ KEYWORDS="~amd64 ~arm ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
fi