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 768A2158094 for ; Fri, 12 Aug 2022 14:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32DFAE099E; Fri, 12 Aug 2022 14:27:40 +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 13FDBE099E for ; Fri, 12 Aug 2022 14:27:40 +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 31FF53413DF for ; Fri, 12 Aug 2022 14:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 255B1576 for ; Fri, 12 Aug 2022 14:27:36 +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: <1660314402.caf0d4107c6c3986772f55a2d7f8261204117c2f.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-r11.ebuild X-VCS-Directories: net-analyzer/pnp4nagios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: caf0d4107c6c3986772f55a2d7f8261204117c2f X-VCS-Branch: master Date: Fri, 12 Aug 2022 14:27:36 +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: 3df20133-e080-404e-993c-333d18cf1436 X-Archives-Hash: 180c2336747b0aad2bf5b44cb1b38ea2 commit: caf0d4107c6c3986772f55a2d7f8261204117c2f Author: Sam James gentoo org> AuthorDate: Fri Aug 12 14:26:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 12 14:26:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf0d410 net-analyzer/pnp4nagios: Stabilize 0.6.26-r11 x86, #862885 Signed-off-by: Sam James gentoo.org> net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild index 52328140ab7a..fa6c0ab81709 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" 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 )"