Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Mon, 01 Mar 2021 09:20:19
Message-Id: 1614590290.b8303c18283c4d2694cda6e735e8c4c1ea3c9e5f.ago@gentoo
1 commit: b8303c18283c4d2694cda6e735e8c4c1ea3c9e5f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 09:18:10 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 09:18:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8303c18
7
8 x11-libs/libva: amd64 stable wrt bug #770250
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 x11-libs/libva/libva-2.10.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-libs/libva/libva-2.10.0.ebuild b/x11-libs/libva/libva-2.10.0.ebuild
18 index f5c04442c6e..87e992634ed 100644
19 --- a/x11-libs/libva/libva-2.10.0.ebuild
20 +++ b/x11-libs/libva/libva-2.10.0.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} = *9999 ]] ; then
22 EGIT_REPO_URI="https://github.com/intel/libva"
23 else
24 SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2"
25 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
26 + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
27 fi
28
29 LICENSE="MIT"