From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1562341-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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3F4B2158089
	for <garchives@archives.gentoo.org>; Fri, 13 Oct 2023 07:08:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2EB162BC01F;
	Fri, 13 Oct 2023 07:08:43 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0E69E2BC01F
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 07:08:43 +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 E09AB335C31
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 07:08:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 554231161
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 07:08:40 +0000 (UTC)
From: "Mart Raudsepp" <leio@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, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1697180850.aca7c1c751bf45cbdee4dd07075e32d6fe18d0c7.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild
X-VCS-Directories: media-plugins/gst-plugins-hls/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: aca7c1c751bf45cbdee4dd07075e32d6fe18d0c7
X-VCS-Branch: master
Date: Fri, 13 Oct 2023 07:08:40 +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: fdf40e9e-5d31-4766-8e02-fceb7a264901
X-Archives-Hash: e1d231c2e3bf8bec9f1183bfa5999e60

commit:     aca7c1c751bf45cbdee4dd07075e32d6fe18d0c7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 06:06:37 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 07:07:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca7c1c7

media-plugins/gst-plugins-hls: keyword 1.22.3 for ~arm64

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild
index 3c9a8d7e2f5c..d3486dfcc8db 100644
--- a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.22.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="HTTP live streaming plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
 	dev-libs/nettle:0=[${MULTILIB_USEDEP}]