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: Thu, 07 Jan 2021 15:07:34
Message-Id: 1610032044.21a95a83a9260ee2bbac5386a4052ad6df35c0e3.sam@gentoo
1 commit: 21a95a83a9260ee2bbac5386a4052ad6df35c0e3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 15:07:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 15:07:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a95a83
7
8 media-libs/libvpx: Stabilize 1.9.0 ppc64, #746152
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libvpx/libvpx-1.9.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
16 index 7263b998acd..7fdb393a5c9 100644
17 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild
18 +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
26
27 LICENSE="BSD"
28 SLOT="0/6"
29 -KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
31 IUSE="doc +highbitdepth postproc static-libs svc test +threads"
32
33 REQUIRED_USE="test? ( threads )"