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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1688158012 for ; Wed, 22 Sep 2021 21:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1494EE0933; Wed, 22 Sep 2021 21:20:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEDF5E0933 for ; Wed, 22 Sep 2021 21:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDAC0342D81 for ; Wed, 22 Sep 2021 21:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1777579 for ; Wed, 22 Sep 2021 21:20:06 +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: <1632345589.f270bc9d6e445c6aee63e1a60bddee805de24d4e.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.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f270bc9d6e445c6aee63e1a60bddee805de24d4e X-VCS-Branch: master Date: Wed, 22 Sep 2021 21:20:06 +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: 4d554b8f-19e9-4c00-82da-098c180f5412 X-Archives-Hash: 0fd2ab31bd2facabc54ee356e3ee5712 commit: f270bc9d6e445c6aee63e1a60bddee805de24d4e Author: Sam James gentoo org> AuthorDate: Wed Sep 22 21:19:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 22 21:19:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f270bc9d x11-libs/libva: destabilize 2.13.0 for ~x86 Signed-off-by: Sam James gentoo.org> x11-libs/libva/libva-2.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libva/libva-2.13.0.ebuild b/x11-libs/libva/libva-2.13.0.ebuild index c005483b71a..953e353bda4 100644 --- a/x11-libs/libva/libva-2.13.0.ebuild +++ b/x11-libs/libva/libva-2.13.0.ebuild @@ -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"