Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Fri, 01 Apr 2022 01:31:04
Message-Id: 1648776637.d9fdeaf3b5db80955db74778a572ec5d3e89b904.sam@gentoo
1 commit: d9fdeaf3b5db80955db74778a572ec5d3e89b904
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 01:30:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 01:30:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fdeaf3
7
8 media-libs/libvpx: Stabilize 1.11.0 ppc64, #833741
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libvpx/libvpx-1.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild b/media-libs/libvpx/libvpx-1.11.0.ebuild
16 index da94b5e7ee6c..00b9211d078f 100644
17 --- a/media-libs/libvpx/libvpx-1.11.0.ebuild
18 +++ b/media-libs/libvpx/libvpx-1.11.0.ebuild
19 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
20
21 LICENSE="BSD"
22 SLOT="0/7"
23 -KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="cpu_flags_ppc_vsx3 doc +highbitdepth postproc static-libs test +threads"
26
27 REQUIRED_USE="test? ( threads )"