From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1698591-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 5C40F158232
	for <garchives@archives.gentoo.org>; Mon,  9 Dec 2024 20:16:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9225BE09B1;
	Mon,  9 Dec 2024 20:16:17 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4E9A0E0948
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 20:16:16 +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 7A63C335D6A
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 20:16:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D7E171898
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2024 20:16:13 +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: <1733775357.6f27520197f6cf07dd7f18d78db9da44dc8d6bda.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
X-VCS-Directories: www-apps/airdcpp-webui/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6f27520197f6cf07dd7f18d78db9da44dc8d6bda
X-VCS-Branch: master
Date: Mon,  9 Dec 2024 20:16:13 +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: 922383fe-5722-408b-b813-51c3196abfff
X-Archives-Hash: fc402e4c50e78a63b847e8103728f7af

commit:     6f27520197f6cf07dd7f18d78db9da44dc8d6bda
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 20:15:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 20:15:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f275201

www-apps/airdcpp-webui: Stabilize 2.12.1 x86, #936935

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

 www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
index a9e4b137c423..8dd1e7ebd813 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/package"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"