diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 04:05:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 04:05:21 +0100 |
commit | 2b5c9e67d524b64db4f5a3ca13076fd4a690edca (patch) | |
tree | 6b7d4da8eaf09bf5bc255d13689b0740dbb0a4d6 /media-libs | |
parent | media-libs/gd: Stabilize 2.3.2 arm64, #783555 (diff) | |
download | gentoo-2b5c9e67d524b64db4f5a3ca13076fd4a690edca.tar.gz gentoo-2b5c9e67d524b64db4f5a3ca13076fd4a690edca.tar.bz2 gentoo-2b5c9e67d524b64db4f5a3ca13076fd4a690edca.zip |
media-libs/svt-av1: Stabilize 0.8.6 ppc64, #783555
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.ebuild | 2 |
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 f4041779784e..7da77ea10486 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 arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231 + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231 S="${WORKDIR}/SVT-AV1-${PV}" fi |