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, 02 Oct 2020 22:15:51
Message-Id: 1601676848.7876b9ca991006e09e35431cd4f78b85d245d04c.sam@gentoo
1 commit: 7876b9ca991006e09e35431cd4f78b85d245d04c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 22:14:08 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 22:14:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7876b9ca
7
8 media-libs/libvpx: Stabilize 1.9.0 amd64, #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 7505ae66f66..1d890fa5b62 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 )"