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 7237615806E for ; Thu, 1 Jun 2023 06:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74AE7E0880; Thu, 1 Jun 2023 06:22:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 41A35E087C for ; Thu, 1 Jun 2023 06:22:21 +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 CAF2A34126A for ; Thu, 1 Jun 2023 06:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AC21A8D for ; Thu, 1 Jun 2023 06:22:16 +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: <1685600489.8c4fcc757f7c1e14a0614d65b2329e3d8c93ff2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/svt-av1/svt-av1-1.4.1.ebuild X-VCS-Directories: media-libs/svt-av1/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c4fcc757f7c1e14a0614d65b2329e3d8c93ff2c X-VCS-Branch: master Date: Thu, 1 Jun 2023 06:22:16 +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: 21a1424b-b4fc-4e60-b125-397713e40fb7 X-Archives-Hash: e84ec059560fcc283397c965f118f42c commit: 8c4fcc757f7c1e14a0614d65b2329e3d8c93ff2c Author: Sam James gentoo org> AuthorDate: Thu Jun 1 06:21:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 06:21:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4fcc75 media-libs/svt-av1: Stabilize 1.4.1 ppc64, #907573 Signed-off-by: Sam James gentoo.org> media-libs/svt-av1/svt-av1-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/svt-av1/svt-av1-1.4.1.ebuild b/media-libs/svt-av1/svt-av1-1.4.1.ebuild index 6e8e8c4e5a63..843e5820c86c 100644 --- a/media-libs/svt-av1/svt-av1-1.4.1.ebuild +++ b/media-libs/svt-av1/svt-av1-1.4.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git" else SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.bz2" - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" S="${WORKDIR}/SVT-AV1-v${PV}" fi