From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1359162-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 BAAF0158087
	for <garchives@archives.gentoo.org>; Wed, 19 Jan 2022 09:26:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B03D2BC020;
	Wed, 19 Jan 2022 09:26:36 +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 2FE652BC020
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 09:26:36 +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 46044342DD2
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 09:26:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F5502A7
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 09:26:32 +0000 (UTC)
From: "Jakov Smolić" <jsmolic@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, "Jakov Smolić" <jsmolic@gentoo.org>
Message-ID: <1642584342.b2336c3781d05c2542309fb99ef6fa9d192f317e.jsmolic@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-5.23.5.ebuild
X-VCS-Directories: kde-plasma/plasma-firewall/
X-VCS-Committer: jsmolic
X-VCS-Committer-Name: Jakov Smolić
X-VCS-Revision: b2336c3781d05c2542309fb99ef6fa9d192f317e
X-VCS-Branch: master
Date: Wed, 19 Jan 2022 09:26:32 +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: 718aefb8-620f-4a7e-8878-3aedff50ee93
X-Archives-Hash: 5eebe7c5d442c3657e756becd66a0c9b

commit:     b2336c3781d05c2542309fb99ef6fa9d192f317e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 09:25:42 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 09:25:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2336c37

kde-plasma/plasma-firewall: Stabilize 5.23.5 x86, #830740

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
index b8fa0197f950..11793249f046 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"