Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Thu, 25 Aug 2022 18:22:22
Message-Id: 1661451722.15e0ff755e78cb8dce923af77fca5414be1203fb.ago@gentoo
1 commit: 15e0ff755e78cb8dce923af77fca5414be1203fb
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 18:22:02 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 18:22:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e0ff75
7
8 media-libs/libvpx: ppc64 stable wrt bug #866344
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 media-libs/libvpx/libvpx-1.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libvpx/libvpx-1.12.0.ebuild b/media-libs/libvpx/libvpx-1.12.0.ebuild
16 index 8ec0876f4cf2..fe888bcce3b5 100644
17 --- a/media-libs/libvpx/libvpx-1.12.0.ebuild
18 +++ b/media-libs/libvpx/libvpx-1.12.0.ebuild
19 @@ -22,7 +22,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 )"