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:50
Message-Id: 1579671608.a6254616f19a05ccc25070dacdf8c7980471610f.gyakovlev@gentoo
1 commit: a6254616f19a05ccc25070dacdf8c7980471610f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 05:39:21 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=a6254616
7
8 media-video/libva-utils: sync live ebuild keywords
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-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild
17 index 0f311f4f431..b6f4b82a5e3 100644
18 --- a/media-video/libva-utils/libva-utils-9999.ebuild
19 +++ b/media-video/libva-utils/libva-utils-9999.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"