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: 1642646700.f2b2d76571ba7a117b0ae1684142df649b48ccd5.sam@gentoo
1 commit: f2b2d76571ba7a117b0ae1684142df649b48ccd5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 02:45:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 02:45:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b2d765
7
8 x11-libs/libva: Stabilize 2.13.0-r2 amd64, #831378
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libva/libva-2.13.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 9c4bc4078cd3..59e129d3d656 100644
17 --- a/x11-libs/libva/libva-2.13.0-r2.ebuild
18 +++ b/x11-libs/libva/libva-2.13.0-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ else
26 # To simplify updates, portage use tarballs without pre-build 'configure'
27 # which are always available.
28 SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
31 fi
32
33 LICENSE="MIT"