diff options
author | Sam James <sam@gentoo.org> | 2022-01-20 02:45:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-20 02:45:00 +0000 |
commit | f2b2d76571ba7a117b0ae1684142df649b48ccd5 (patch) | |
tree | f34033670c20eeede1af1e585490fa9512bf8ceb /x11-libs | |
parent | sys-cluster/minikube: Bump to version 1.25.0 (diff) | |
download | gentoo-f2b2d76571ba7a117b0ae1684142df649b48ccd5.tar.gz gentoo-f2b2d76571ba7a117b0ae1684142df649b48ccd5.tar.bz2 gentoo-f2b2d76571ba7a117b0ae1684142df649b48ccd5.zip |
x11-libs/libva: Stabilize 2.13.0-r2 amd64, #831378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva/libva-2.13.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libva/libva-2.13.0-r2.ebuild b/x11-libs/libva/libva-2.13.0-r2.ebuild index 9c4bc4078cd3..59e129d3d656 100644 --- a/x11-libs/libva/libva-2.13.0-r2.ebuild +++ b/x11-libs/libva/libva-2.13.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ else # To simplify updates, portage use tarballs without pre-build 'configure' # which are always available. SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |