From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-835399-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7F0891384AE
	for <garchives@archives.gentoo.org>; Sun, 20 Sep 2015 14:04:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6C2A321C006;
	Sun, 20 Sep 2015 14:04:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1D5AB21C006
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2015 14:04:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C66AD3408AC
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2015 14:04:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9F4181
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2015 14:04:49 +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: <1442757884.89de3f515d37adaf9650a148c298936ec36468df.klausman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pillow/pillow-2.9.0.ebuild
X-VCS-Directories: dev-python/pillow/
X-VCS-Committer: klausman
X-VCS-Committer-Name: Tobias Klausmann
X-VCS-Revision: 89de3f515d37adaf9650a148c298936ec36468df
X-VCS-Branch: master
Date: Sun, 20 Sep 2015 14:04:49 +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: c5f7391f-ebe9-416a-ab0b-e07286b11b19
X-Archives-Hash: 5e8efecdea9e414976470d1b797a123e

commit:     89de3f515d37adaf9650a148c298936ec36468df
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 14:03:50 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:04:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89de3f51

dev-python/pillow: add ~alpha keyword

Gentoo-Bug: 553838

Package-Manager: portage-2.2.20.1

 dev-python/pillow/pillow-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow/pillow-2.9.0.ebuild b/dev-python/pillow/pillow-2.9.0.ebuild
index 9fdd1d3..6b5f92d 100644
--- a/dev-python/pillow/pillow-2.9.0.ebuild
+++ b/dev-python/pillow/pillow-2.9.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib"
 
 REQUIRED_USE="test? ( jpeg tiff )"