Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/
Date: Wed, 22 Jan 2020 05:41:47
Message-Id: 1579671608.93d16b2c4d33d75529a4e6ff838493e0fb8a0aef.gyakovlev@gentoo
1 commit: 93d16b2c4d33d75529a4e6ff838493e0fb8a0aef
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 05:38:27 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 05:40:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d16b2c
7
8 media-video/libva-utils: keyword 2.4.0 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 media-video/libva-utils/libva-utils-2.4.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-video/libva-utils/libva-utils-2.4.0.ebuild b/media-video/libva-utils/libva-utils-2.4.0.ebuild
17 index f9e89f18226..e9e8647bce7 100644
18 --- a/media-video/libva-utils/libva-utils-2.4.0.ebuild
19 +++ b/media-video/libva-utils/libva-utils-2.4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ DESCRIPTION="Collection of utilities and tests for VA-API"
27 HOMEPAGE="https://01.org/linuxmedia/vaapi"
28 if [[ ${PV} != *9999* ]] ; then
29 SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2"
30 - KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
32 fi
33
34 LICENSE="MIT"