From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1705971-garchives=archives.gentoo.org@lists.gentoo.org>
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 C445D15812D
	for <garchives@archives.gentoo.org>; 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 2B466E07C5;
	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 12CB6E07C5
	for <gentoo-commits@lists.gentoo.org>; 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 DE7033409C8
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 21:45:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E79619C8
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 21:45:53 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1736026943.d296d103b20e67f745f3bede87b8dccc28ceb685.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.12.ebuild
X-VCS-Directories: media-plugins/gst-plugins-smoothstreaming/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d296d103b20e67f745f3bede87b8dccc28ceb685
X-VCS-Branch: master
Date: Sat, 04 Jan 2025 21:45:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 17de942d-7a75-412e-8e55-2b346f28cab4
X-Archives-Hash: b8faaf6c636c53eccce4841ad752413e

commit:     d296d103b20e67f745f3bede87b8dccc28ceb685
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 21:42:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 21:42:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d296d103

media-plugins/gst-plugins-smoothstreaming: Stabilize 1.22.12 x86, #947485

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gst-plugins-smoothstreaming-1.22.12.ebuild                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.12.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.12.ebuild
index db386c6263aa..2128461be568 100644
--- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.12.ebuild
+++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.22.12.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"