diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 21:39:21 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 21:40:08 -0800 |
commit | a6254616f19a05ccc25070dacdf8c7980471610f (patch) | |
tree | 10a7475f3769050797164033d20e573deb508317 | |
parent | media-video/libva-utils: keyword 2.4.0 on ~ppc64 (diff) | |
download | gentoo-a6254616f19a05ccc25070dacdf8c7980471610f.tar.gz gentoo-a6254616f19a05ccc25070dacdf8c7980471610f.tar.bz2 gentoo-a6254616f19a05ccc25070dacdf8c7980471610f.zip |
media-video/libva-utils: sync live ebuild keywords
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | media-video/libva-utils/libva-utils-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild index 0f311f4f431d..b6f4b82a5e3f 100644 --- a/media-video/libva-utils/libva-utils-9999.ebuild +++ b/media-video/libva-utils/libva-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ DESCRIPTION="Collection of utilities and tests for VA-API" HOMEPAGE="https://01.org/linuxmedia/vaapi" if [[ ${PV} != *9999* ]] ; then SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |