Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Wed, 24 Nov 2021 02:06:20
Message-Id: 1637719461.9293af3cadf43ff7f46c1c1c1b7a9bfd98f42084.mattst88@gentoo
1 commit: 9293af3cadf43ff7f46c1c1c1b7a9bfd98f42084
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 02:02:12 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 02:04:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9293af3c
7
8 x11-libs/libva: Stabilize 2.13.0-r1 ppc64, #824094
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libva/libva-2.13.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libva/libva-2.13.0-r1.ebuild b/x11-libs/libva/libva-2.13.0-r1.ebuild
16 index 674e8afe6474..a3eb6a58e73b 100644
17 --- a/x11-libs/libva/libva-2.13.0-r1.ebuild
18 +++ b/x11-libs/libva/libva-2.13.0-r1.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"