From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-923835-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 42EA7139085
	for <garchives@archives.gentoo.org>; Tue, 17 Jan 2017 13:26:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9A1A82340C5;
	Tue, 17 Jan 2017 13:26:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 793172340C5
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2017 13:26:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 92B03340F43
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2017 13:26:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF2A24E5
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Jan 2017 13:26:05 +0000 (UTC)
From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1484659541.716ffde13c6a74679d4e6266c20eec1d5f6da78b.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/portpeek/portpeek-2.1.21.ebuild
X-VCS-Directories: app-portage/portpeek/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 716ffde13c6a74679d4e6266c20eec1d5f6da78b
X-VCS-Branch: master
Date: Tue, 17 Jan 2017 13:26:05 +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-Archives-Salt: e37d00e6-14b8-49b7-8486-4cdb640dc16b
X-Archives-Hash: 43d0690e1d5a9f02fe582c472a0af127

commit:     716ffde13c6a74679d4e6266c20eec1d5f6da78b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 13:12:32 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 13:25:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716ffde1

app-portage/portpeek: amd64 stable wrt bug #605980

Package-Manager: portage-2.3.0

 app-portage/portpeek/portpeek-2.1.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/portpeek/portpeek-2.1.21.ebuild b/app-portage/portpeek/portpeek-2.1.21.ebuild
index bec3ebc..78c27ce 100644
--- a/app-portage/portpeek/portpeek-2.1.21.ebuild
+++ b/app-portage/portpeek/portpeek-2.1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"