From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1718356-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 D18D21582EF for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 06:32:26 +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 BD3FA3430FD for <garchives@archives.gentoo.org>; Sun, 16 Feb 2025 06:32:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5E467110478; Sun, 16 Feb 2025 06:32:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 55735110478 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 1037E3430A8 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 4B645272A 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: <1739687505.c34151560abbec369d5ce31832b4871a2bb471ca.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: c34151560abbec369d5ce31832b4871a2bb471ca 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: 22607eea-596d-4c55-adc9-3bace453c4fd X-Archives-Hash: 4a278d6e6535b3035ce4893ee3ac6314 commit: c34151560abbec369d5ce31832b4871a2bb471ca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 06:31:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 06:31:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3415156 net-analyzer/nagios: Stabilize 4.5.8 ppc64, #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 85ce30af7047..02d4a2e6f761 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 )"