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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 127F11581EE for ; Sat, 23 Nov 2024 16:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1ABEE0829; Sat, 23 Nov 2024 16:58:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 226F3E0829 for ; Sat, 23 Nov 2024 16:58:16 +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 6467D341707 for ; Sat, 23 Nov 2024 16:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 035EE1E15 for ; Sat, 23 Nov 2024 16:58:14 +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: <1732381054.6aa537cf9a28e6cd03ea68220249073c56f65a27.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild X-VCS-Directories: media-video/ffmpeg-chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6aa537cf9a28e6cd03ea68220249073c56f65a27 X-VCS-Branch: master Date: Sat, 23 Nov 2024 16:58:14 +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: 53c81693-b304-4ae9-9f0b-21fa163f4672 X-Archives-Hash: b8981d2df77ce1e72347e9a7850f6317 commit: 6aa537cf9a28e6cd03ea68220249073c56f65a27 Author: Sam James gentoo org> AuthorDate: Sat Nov 23 16:57:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 16:57:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa537cf media-video/ffmpeg-chromium: Stabilize 131 arm64, #944073 Signed-off-by: Sam James gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild index 8d018bbd8f01..81b121a64852 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-131.ebuild @@ -16,7 +16,7 @@ LICENSE=" " SLOT="${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64" # Options to use as use_enable in the foo[:bar] form. # This will feed configure with $(use_enable foo bar)