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: Mon, 12 Oct 2020 06:57:52
Message-Id: 1602485847.9a4f61c868ec2b7e607a82bbda71c65c218501c0.ago@gentoo
1 commit: 9a4f61c868ec2b7e607a82bbda71c65c218501c0
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 06:57:27 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 06:57:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4f61c8
7
8 media-libs/libvpx: arm stable wrt bug #746152
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-libs/libvpx/libvpx-1.9.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
18 index ee693c03dc8..767233752ad 100644
19 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild
20 +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
21 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
22
23 LICENSE="BSD"
24 SLOT="0/6"
25 -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
27 IUSE="doc +highbitdepth postproc static-libs svc test +threads"
28
29 REQUIRED_USE="test? ( threads )"