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 6050D15808B for ; Fri, 13 Sep 2024 04:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D54EE29B8; Fri, 13 Sep 2024 04:13:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4789DE29B8 for ; Fri, 13 Sep 2024 04:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FE1D340C33 for ; Fri, 13 Sep 2024 04:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9593427EA for ; Fri, 13 Sep 2024 04:13:20 +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: <1726200738.aea2b9c1a7812b9074494b7038950c60814c12be.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/libva-utils/libva-utils-2.22.0.ebuild X-VCS-Directories: media-video/libva-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aea2b9c1a7812b9074494b7038950c60814c12be X-VCS-Branch: master Date: Fri, 13 Sep 2024 04:13:20 +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: 33ecdcc5-12c8-455b-b91b-9c57bd80d468 X-Archives-Hash: 66d36fe102f7ecbc5827e2f0cf79428a commit: aea2b9c1a7812b9074494b7038950c60814c12be Author: Sam James gentoo org> AuthorDate: Fri Sep 13 04:12:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 13 04:12:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea2b9c1 media-video/libva-utils: Stabilize 2.22.0 ppc64, #938850 Signed-off-by: Sam James gentoo.org> media-video/libva-utils/libva-utils-2.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/libva-utils/libva-utils-2.22.0.ebuild b/media-video/libva-utils/libva-utils-2.22.0.ebuild index b08b407bf80c..4de57531c234 100644 --- a/media-video/libva-utils/libva-utils-2.22.0.ebuild +++ b/media-video/libva-utils/libva-utils-2.22.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999 ]] ; then EGIT_REPO_URI="https://github.com/intel/libva-utils" else SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT"