Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Thu, 20 Jan 2022 02:45:37
Message-Id: 1642646707.fd1851bd827bd395802200b7ccea26c7c45d15d0.sam@gentoo
1 commit: fd1851bd827bd395802200b7ccea26c7c45d15d0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 02:45:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 02:45:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1851bd
7
8 x11-libs/libva: Stabilize 2.13.0-r2 x86, #831378
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libva/libva-2.13.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libva/libva-2.13.0-r2.ebuild b/x11-libs/libva/libva-2.13.0-r2.ebuild
16 index 59e129d3d656..0b4713a7d2b3 100644
17 --- a/x11-libs/libva/libva-2.13.0-r2.ebuild
18 +++ b/x11-libs/libva/libva-2.13.0-r2.ebuild
19 @@ -18,7 +18,7 @@ else
20 # To simplify updates, portage use tarballs without pre-build 'configure'
21 # which are always available.
22 SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="MIT"