From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A6646158089 for ; Sat, 4 Nov 2023 10:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0505C2BC03F; Sat, 4 Nov 2023 10:49:18 +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 B317D2BC03F for ; Sat, 4 Nov 2023 10:49:17 +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 85CEE335D4F for ; Sat, 4 Nov 2023 10:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5698A1312 for ; Sat, 4 Nov 2023 10:49:13 +0000 (UTC) From: "Sam James" 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" Message-ID: <1699094882.c42e5487eb4c5d8dda9f07a1f631901cc1448177.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pnp4nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild X-VCS-Directories: net-analyzer/pnp4nagios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c42e5487eb4c5d8dda9f07a1f631901cc1448177 X-VCS-Branch: master Date: Sat, 4 Nov 2023 10:49:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 537a6042-67f6-4955-95b1-4de46f2d380d X-Archives-Hash: 983b3479fe555b9f5f435138eb907d58 commit: c42e5487eb4c5d8dda9f07a1f631901cc1448177 Author: Sam James gentoo org> AuthorDate: Sat Nov 4 10:48:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 4 10:48:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42e5487 net-analyzer/pnp4nagios: Stabilize 0.6.26_p20230918 amd64, #916834 Signed-off-by: Sam James gentoo.org> net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild index ac57aaf8d4fc..bef9be0b41c2 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/pnp-${GH_COMMIT}" LICENSE="GPL-2" SLOT="0" IUSE="apache2 icinga +nagios" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" REQUIRED_USE="^^ ( icinga nagios )"