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: Sat, 03 Oct 2020 14:33:15
Message-Id: 1601692895.f16511d3c83d1587f981917095672afaa69afa96.sam@gentoo
1 commit: f16511d3c83d1587f981917095672afaa69afa96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 02:41:35 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 02:41:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16511d3
7
8 media-libs/libvpx: Stabilize 1.9.0 x86, #746152
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libvpx/libvpx-1.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
16 index 1d890fa5b62..96c2ecaf033 100644
17 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild
18 +++ b/media-libs/libvpx/libvpx-1.9.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/6"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="doc +highbitdepth postproc static-libs svc test +threads"
26
27 REQUIRED_USE="test? ( threads )"