From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0837A158176 for ; Thu, 16 Oct 2025 18:40:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E422134128A for ; Thu, 16 Oct 2025 18:40:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 35DF4110561; Thu, 16 Oct 2025 18:40: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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 312D4110561 for ; Thu, 16 Oct 2025 18:40: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E56CE340F90 for ; Thu, 16 Oct 2025 18:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CA73B12 for ; Thu, 16 Oct 2025 18:40:22 +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: <1760639933.64e3fa1c1b49615a6f29c20ca1796d7c48950532.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-141.ebuild X-VCS-Directories: media-video/ffmpeg-chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64e3fa1c1b49615a6f29c20ca1796d7c48950532 X-VCS-Branch: master Date: Thu, 16 Oct 2025 18:40:22 +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: 0671840e-d802-45a4-8148-7977d817d8f9 X-Archives-Hash: 5040498f16c04149b180f67f7ecd95c6 commit: 64e3fa1c1b49615a6f29c20ca1796d7c48950532 Author: Sam James gentoo org> AuthorDate: Thu Oct 16 18:38:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 16 18:38:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e3fa1c media-video/ffmpeg-chromium: Stabilize 141 arm64, #963639 Signed-off-by: Sam James gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-141.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-141.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-141.ebuild index 0c85d92d2e77..2186279f5950 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-141.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-141.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)