From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1641229-garchives=archives.gentoo.org@lists.gentoo.org> 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 4CC4615817D for <garchives@archives.gentoo.org>; Tue, 11 Jun 2024 11:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20468E2ACE; Tue, 11 Jun 2024 11:36:43 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 01D48E2ACD for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2024 11:36:43 +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 F077F33BF3B for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2024 11:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A4E31CA1 for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jun 2024 11:36:38 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1718105791.ca3eab23cef0f72d96c2e1ae59b789fe92a5dd4d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cacti/cacti-1.2.21.ebuild net-analyzer/cacti/cacti-1.2.26.ebuild X-VCS-Directories: net-analyzer/cacti/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ca3eab23cef0f72d96c2e1ae59b789fe92a5dd4d X-VCS-Branch: master Date: Tue, 11 Jun 2024 11:36:38 +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: 1bc80046-b6b9-4fe0-9b47-5cfde7c32bf1 X-Archives-Hash: 8fccb87cb33831be1b512907c10ade82 commit: ca3eab23cef0f72d96c2e1ae59b789fe92a5dd4d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 11 11:35:03 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 11:36:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3eab23 net-analyzer/cacti: dekeyword ppc Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/cacti/cacti-1.2.21.ebuild | 4 ++-- net-analyzer/cacti/cacti-1.2.26.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/cacti/cacti-1.2.21.ebuild b/net-analyzer/cacti/cacti-1.2.21.ebuild index 8b3907868f76..1bbc77868e48 100644 --- a/net-analyzer/cacti/cacti-1.2.21.ebuild +++ b/net-analyzer/cacti/cacti-1.2.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.cacti.net/" SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 sparc x86" IUSE="snmp doc" need_httpd diff --git a/net-analyzer/cacti/cacti-1.2.26.ebuild b/net-analyzer/cacti/cacti-1.2.26.ebuild index 711ac1952fbe..9a2afedc7d82 100644 --- a/net-analyzer/cacti/cacti-1.2.26.ebuild +++ b/net-analyzer/cacti/cacti-1.2.26.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.cacti.net/" SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" IUSE="snmp doc" need_httpd