From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1633675-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 52D2C1581D3
	for <garchives@archives.gentoo.org>; Tue, 21 May 2024 06:22:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 981EB2BC015;
	Tue, 21 May 2024 06:22:45 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 80F8C2BC015
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2024 06:22:45 +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 BB884335DC5
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2024 06:22:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A37A1AA0
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 May 2024 06:22:43 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org>
Message-ID: <1716272557.9949b277eb88945c22ad98f16a63b17e36140eda.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-irc/kvirc/kvirc-5.2.2.ebuild
X-VCS-Directories: net-irc/kvirc/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: 9949b277eb88945c22ad98f16a63b17e36140eda
X-VCS-Branch: master
Date: Tue, 21 May 2024 06:22:43 +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: 81aa5098-29df-4087-9f2b-bd8c209c2829
X-Archives-Hash: b8f4f2a39569b938647ce9b37b52eef4

commit:     9949b277eb88945c22ad98f16a63b17e36140eda
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 06:22:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 21 06:22:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9949b277

net-irc/kvirc: Stabilize 5.2.2 amd64, #932323

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-irc/kvirc/kvirc-5.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/kvirc/kvirc-5.2.2.ebuild b/net-irc/kvirc/kvirc-5.2.2.ebuild
index 32a984d0afbb..512eab7a0fc3 100644
--- a/net-irc/kvirc/kvirc-5.2.2.ebuild
+++ b/net-irc/kvirc/kvirc-5.2.2.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/kvirc/KVIrc"
 else
 	SRC_URI="https://github.com/kvirc/KVIrc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/KVIrc-${PV}"
 fi