From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1718357-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id AC4361582EF
	for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 06:32:28 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 9984E3430F5
	for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 06:32:28 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 73CFD110479;
	Sun, 16 Feb 2025 06:32:13 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 65886110479
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 06:32:13 +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 1F9F834307A
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 06:32:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 122712727
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Feb 2025 06:32:10 +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: <1739687502.2481bf7bf2972efdd4854e3ff930a6d052c6e3c6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/nagios/nagios-4.5.8.ebuild
X-VCS-Directories: net-analyzer/nagios/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2481bf7bf2972efdd4854e3ff930a6d052c6e3c6
X-VCS-Branch: master
Date: Sun, 16 Feb 2025 06:32:10 +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: 16d6db60-f9a1-4eb0-b981-deba7dfd0a02
X-Archives-Hash: 72f3fcd0e8b5234a1c3bf818d131bf69

commit:     2481bf7bf2972efdd4854e3ff930a6d052c6e3c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 06:31:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 06:31:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2481bf7b

net-analyzer/nagios: Stabilize 4.5.8 amd64, #949823

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

 net-analyzer/nagios/nagios-4.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.5.8.ebuild b/net-analyzer/nagios/nagios-4.5.8.ebuild
index 5d6dca382bb8..85ce30af7047 100644
--- a/net-analyzer/nagios/nagios-4.5.8.ebuild
+++ b/net-analyzer/nagios/nagios-4.5.8.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="~net-analyzer/nagios-core-${PV}
 	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"