From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1696993-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 9F5651581D8
	for <garchives@archives.gentoo.org>; Wed,  4 Dec 2024 17:44:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39DFBE08A6;
	Wed,  4 Dec 2024 17:44:02 +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 1C93AE08A6
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Dec 2024 17:44:02 +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 0C7CB340A12
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Dec 2024 17:44:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2349A1F28
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Dec 2024 17:43:58 +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: <1733334183.6adf7c7256ee556f6466b30af798b8ba764c755b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild
X-VCS-Directories: kde-plasma/plasma-firewall/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6adf7c7256ee556f6466b30af798b8ba764c755b
X-VCS-Branch: master
Date: Wed,  4 Dec 2024 17:43:58 +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: ff3f553d-0f3f-4115-8809-e96a36d47f31
X-Archives-Hash: 1eaf5f20aac437f1aee32558725cf8f7

commit:     6adf7c7256ee556f6466b30af798b8ba764c755b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 17:43:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 17:43:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adf7c72

kde-plasma/plasma-firewall: Stabilize 6.2.4 arm64, #941979

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

 kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild
index 1c9702cb0bf0..59e515ecf3bc 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"