From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1313692-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CD01C1586A6
	for <garchives@archives.gentoo.org>; Wed, 18 Aug 2021 00:35:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C11D6E0871;
	Wed, 18 Aug 2021 00:35:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A75EFE0871
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 00:35:41 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 477CB33BEDD
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 00:35:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 373BF8DC
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Aug 2021 00:35:36 +0000 (UTC)
From: "Yixun Lan" <dlan@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, "Yixun Lan" <dlan@gentoo.org>
Message-ID: <1629246810.53eaeb43dc175d9629bf8db91cb469df0996b754.dlan@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.22.4.ebuild
X-VCS-Directories: kde-plasma/plasma-firewall/
X-VCS-Committer: dlan
X-VCS-Committer-Name: Yixun Lan
X-VCS-Revision: 53eaeb43dc175d9629bf8db91cb469df0996b754
X-VCS-Branch: master
Date: Wed, 18 Aug 2021 00:35:36 +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: 549590df-4f86-4fd1-83c8-64f816c2fe8d
X-Archives-Hash: 93d026a460143f9d52aff65b325238a6

commit:     53eaeb43dc175d9629bf8db91cb469df0996b754
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Aug 17 04:08:19 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 00:33:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53eaeb43

kde-plasma/plasma-firewall: keyword 5.22.4 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

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