From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 042CB158088 for ; Thu, 20 Jan 2022 02:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43CCE077F; Thu, 20 Jan 2022 02:45:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D78BE075F for ; Thu, 20 Jan 2022 02:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E57BC342C3F for ; Thu, 20 Jan 2022 02:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AFD233 for ; Thu, 20 Jan 2022 02:45:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642646700.f2b2d76571ba7a117b0ae1684142df649b48ccd5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-2.13.0-r2.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2b2d76571ba7a117b0ae1684142df649b48ccd5 X-VCS-Branch: master Date: Thu, 20 Jan 2022 02:45:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f302289-0db0-4022-a81b-e95150639dd0 X-Archives-Hash: 5a89cc4551252319d3d64d949dd85a41 commit: f2b2d76571ba7a117b0ae1684142df649b48ccd5 Author: Sam James gentoo org> AuthorDate: Thu Jan 20 02:45:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 20 02:45:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b2d765 x11-libs/libva: Stabilize 2.13.0-r2 amd64, #831378 Signed-off-by: Sam James gentoo.org> x11-libs/libva/libva-2.13.0-r2.ebuild | 4 ++-- 1 file 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"