diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-12 20:35:28 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-12 20:35:28 -0400 |
commit | 0596707455c9ebac4b5d3ede2bbf3f780e50d5ae (patch) | |
tree | 7a31797c0ebdc47231850e20e237dda18bf550f0 | |
parent | x11-libs/libva: arm64 stable (bug #684108) (diff) | |
download | gentoo-0596707455c9ebac4b5d3ede2bbf3f780e50d5ae.tar.gz gentoo-0596707455c9ebac4b5d3ede2bbf3f780e50d5ae.tar.bz2 gentoo-0596707455c9ebac4b5d3ede2bbf3f780e50d5ae.zip |
media-video/libva-utils: arm64 stable (bug #684108)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"
-rw-r--r-- | media-video/libva-utils/libva-utils-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/libva-utils/libva-utils-2.4.0.ebuild b/media-video/libva-utils/libva-utils-2.4.0.ebuild index 928d6f126f65..ec01774086be 100644 --- a/media-video/libva-utils/libva-utils-2.4.0.ebuild +++ b/media-video/libva-utils/libva-utils-2.4.0.ebuild @@ -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 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |