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 1634015813A for ; Thu, 16 Jan 2025 18:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED93FE07EC; Thu, 16 Jan 2025 18:01:28 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id D20DBE07EC for ; Thu, 16 Jan 2025 18:01:28 +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 E8E54343164 for ; Thu, 16 Jan 2025 18:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496651F9A for ; Thu, 16 Jan 2025 18:01:26 +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: <1737050463.d2fbfdcbd7e295ea7e96d81c0f62775eb5f394d7.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-132.ebuild X-VCS-Directories: media-video/ffmpeg-chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d2fbfdcbd7e295ea7e96d81c0f62775eb5f394d7 X-VCS-Branch: master Date: Thu, 16 Jan 2025 18:01:26 +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: 0dd7f324-9121-45c5-88aa-e6cc9b0bcacc X-Archives-Hash: 8e9eb4c8113fcd09e7b4b7a26f9229a5 commit: d2fbfdcbd7e295ea7e96d81c0f62775eb5f394d7 Author: Sam James gentoo org> AuthorDate: Thu Jan 16 18:00:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 16 18:01:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fbfdcb media-video/ffmpeg-chromium: Stabilize 132 amd64, #948141 Signed-off-by: Sam James gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild index 649b2d94ea08..e80d4d85ca32 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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)