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, 01 Oct 2020 11:13:44
Message-Id: 1601550567.980061f7365369eafca9047e207514c45dbd7d59.sam@gentoo
1 commit: 980061f7365369eafca9047e207514c45dbd7d59
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 11:09:27 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 11:09:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980061f7
7
8 x11-libs/libva: Stabilize 2.7.1 arm64, #728870
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-libs/libva/libva-2.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libva/libva-2.7.1.ebuild b/x11-libs/libva/libva-2.7.1.ebuild
16 index 16471ef454e..e68b8032b1f 100644
17 --- a/x11-libs/libva/libva-2.7.1.ebuild
18 +++ b/x11-libs/libva/libva-2.7.1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then # Live ebuild
20 AUTOTOOLS_AUTORECONF="yes"
21 else
22 SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2"
23 - KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="MIT"