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 40BAD15812D for ; Sat, 04 Jan 2025 21:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAFBE07B3; Sat, 04 Jan 2025 21:45:57 +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 09B3FE07B3 for ; Sat, 04 Jan 2025 21:45:57 +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 C30493408DD for ; Sat, 04 Jan 2025 21:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C7019A5 for ; Sat, 04 Jan 2025 21:45:53 +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: <1736026941.bf27be01656740af169cdf1d239f252e03a73165.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2enc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-mpeg2enc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf27be01656740af169cdf1d239f252e03a73165 X-VCS-Branch: master Date: Sat, 04 Jan 2025 21:45:53 +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: 3d36ed8f-53f0-4273-bab4-0fd849d5a502 X-Archives-Hash: 01aa479e35dc95aec79ef9655378f377 commit: bf27be01656740af169cdf1d239f252e03a73165 Author: Sam James gentoo org> AuthorDate: Sat Jan 4 21:42:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 4 21:42:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf27be01 media-plugins/gst-plugins-mpeg2enc: Stabilize 1.22.12 x86, #947485 Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild index eedc4cf03c4e..0d3d8a6d32ba 100644 --- a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild +++ b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.22.12.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer-meson DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=">=media-video/mjpegtools-2.1.0-r1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"