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: Wed, 22 Sep 2021 21:20:09
Message-Id: 1632345589.f270bc9d6e445c6aee63e1a60bddee805de24d4e.sam@gentoo
1 commit: f270bc9d6e445c6aee63e1a60bddee805de24d4e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 21:19:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 21:19:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f270bc9d
7
8 x11-libs/libva: destabilize 2.13.0 for ~x86
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libva/libva-2.13.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libva/libva-2.13.0.ebuild b/x11-libs/libva/libva-2.13.0.ebuild
16 index c005483b71a..953e353bda4 100644
17 --- a/x11-libs/libva/libva-2.13.0.ebuild
18 +++ b/x11-libs/libva/libva-2.13.0.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"