From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1496024-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 8259915A7DA
	for <garchives@archives.gentoo.org>; Mon, 13 Mar 2023 22:12:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B676CE0843;
	Mon, 13 Mar 2023 22:12: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 9E4E3E0843
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:12: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 BE835343ABA
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:12:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BB688E2
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:11:59 +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: <1678745501.3bf26d9c6f714902ccdf6bb921fca56c4194aa0b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/eggdrop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-irc/eggdrop/eggdrop-1.9.4.ebuild
X-VCS-Directories: net-irc/eggdrop/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3bf26d9c6f714902ccdf6bb921fca56c4194aa0b
X-VCS-Branch: master
Date: Mon, 13 Mar 2023 22:11:59 +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: f184ac8a-749b-43d0-8f29-b7ccb44700c1
X-Archives-Hash: 64df40c768651c257a083eccc7e6f060

commit:     3bf26d9c6f714902ccdf6bb921fca56c4194aa0b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 22:11:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 22:11:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf26d9c

net-irc/eggdrop: Stabilize 1.9.4 amd64, #901077

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

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

diff --git a/net-irc/eggdrop/eggdrop-1.9.4.ebuild b/net-irc/eggdrop/eggdrop-1.9.4.ebuild
index f810cf8145c6..2256c031f54c 100644
--- a/net-irc/eggdrop/eggdrop-1.9.4.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.9.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.eggheads.org/"
 SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ppc ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ~riscv ~sparc ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug doc ssl static"