From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1247963-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id EDCD313835B
	for <garchives@archives.gentoo.org>; Thu,  4 Feb 2021 08:00:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48265E091C;
	Thu,  4 Feb 2021 08:00:23 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 29B94E0917
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 08:00:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D4DFE340F6A
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 08:00:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4184C49
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 08:00:20 +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: <1612425603.108a3587c9eb6d44d62abf57a43cb66532526b42.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
X-VCS-Directories: net-analyzer/cacti-spine/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 108a3587c9eb6d44d62abf57a43cb66532526b42
X-VCS-Branch: master
Date: Thu,  4 Feb 2021 08:00:20 +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: 50a7cddb-6324-4385-950e-fd08e3d6d9d5
X-Archives-Hash: 50a56705a45fe92ffc4e66d8a5cf6496

commit:     108a3587c9eb6d44d62abf57a43cb66532526b42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 08:00:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 08:00:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108a3587

net-analyzer/cacti-spine: Stabilize 1.2.16 sparc, #768462

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
index 88f3dace125..4b56a685b01 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="libressl"
 
 BDEPEND="sys-apps/help2man"