Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Wed, 22 Jan 2020 05:41:48
Message-Id: 1579671607.058630517387c9a6e9ed37ace1ea138ca3ebf812.gyakovlev@gentoo
1 commit: 058630517387c9a6e9ed37ace1ea138ca3ebf812
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 05:30:27 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 05:40:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05863051
7
8 x11-libs/libva: keyword 2.6.1 on ~ppc64
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-libs/libva/libva-2.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-libs/libva/libva-2.6.1.ebuild b/x11-libs/libva/libva-2.6.1.ebuild
17 index c1266852c3f..016d79e6442 100644
18 --- a/x11-libs/libva/libva-2.6.1.ebuild
19 +++ b/x11-libs/libva/libva-2.6.1.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then # Live ebuild
21 AUTOTOOLS_AUTORECONF="yes"
22 else
23 SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2"
24 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 fi
27
28 LICENSE="MIT"