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 DCEAE158097 for ; Wed, 3 Aug 2022 16:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23009E0DE5; Wed, 3 Aug 2022 16:12:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0401BE0DE5 for ; Wed, 3 Aug 2022 16:12:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0071D340A3B for ; Wed, 3 Aug 2022 16:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E84562 for ; Wed, 3 Aug 2022 16:12:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1659543139.03046a55fecad28b9c33e3d40461d488cffb0eca.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03046a55fecad28b9c33e3d40461d488cffb0eca X-VCS-Branch: master Date: Wed, 3 Aug 2022 16:12:30 +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: 02670bf5-b1cf-4de0-bed5-ccf8ec941774 X-Archives-Hash: 6b24ddfad19402f37fcf74e54d35b4f9 commit: 03046a55fecad28b9c33e3d40461d488cffb0eca Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 3 16:12:19 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 3 16:12:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03046a55 net-analyzer/pnp4nagios: Stabilize 0.6.26-r11 ppc64, #862885 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild index 2d9d334da161..52328140ab7a 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )"