From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-945778-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 6CF29139694
	for <garchives@archives.gentoo.org>; Mon, 24 Apr 2017 12:44:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 33418E0D34;
	Mon, 24 Apr 2017 12:44:30 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 11612E0D35
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 12:44:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 D27A1341687
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 12:44:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 51272744D
	for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 12:44:06 +0000 (UTC)
From: "Tobias Klausmann" <klausman@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, "Tobias Klausmann" <klausman@gentoo.org>
Message-ID: <1493037796.c6179ca1836c3990fccf746f19330e54dbc130f0.klausman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pylint/pylint-1.6.5-r1.ebuild
X-VCS-Directories: dev-python/pylint/
X-VCS-Committer: klausman
X-VCS-Committer-Name: Tobias Klausmann
X-VCS-Revision: c6179ca1836c3990fccf746f19330e54dbc130f0
X-VCS-Branch: master
Date: Mon, 24 Apr 2017 12:44:06 +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: 9c5583a7-1f25-4b22-8fcf-dd1d1d40e499
X-Archives-Hash: 2db6a8ef30cbb70984eaf6aab831e8dd

commit:     c6179ca1836c3990fccf746f19330e54dbc130f0
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 08:59:49 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:43:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6179ca1

dev-python/pylint-1.6.5-r1: add alpha keyword

Gentoo-Bug: 606288

 dev-python/pylint/pylint-1.6.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index 17edd825268..78f759d0885 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~x86"
+KEYWORDS="alpha amd64 ~arm ~x86"
 IUSE="doc examples test"
 
 RDEPEND="