diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 00:03:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 00:03:52 +0000 |
commit | 83b25d258d7535f1d16fe434d8c136efff914cac (patch) | |
tree | 8f5e95c2f178ef24e15d28b563de836bc3931387 | |
parent | x11-base/xorg-proto: Version bump to 2021.2 (diff) | |
download | gentoo-83b25d258d7535f1d16fe434d8c136efff914cac.tar.gz gentoo-83b25d258d7535f1d16fe434d8c136efff914cac.tar.bz2 gentoo-83b25d258d7535f1d16fe434d8c136efff914cac.zip |
x11-libs/libva: Stabilize 2.10.0 x86, #770250
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-libs/libva/libva-2.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libva/libva-2.10.0.ebuild b/x11-libs/libva/libva-2.10.0.ebuild index 6dbd26cce39f..f5c04442c6ea 100644 --- a/x11-libs/libva/libva-2.10.0.ebuild +++ b/x11-libs/libva/libva-2.10.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = *9999 ]] ; then EGIT_REPO_URI="https://github.com/intel/libva" else SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |