From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F0891384AE for ; 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 ; 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 ; 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 ; Sun, 20 Sep 2015 14:04:49 +0000 (UTC) From: "Tobias Klausmann" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5f7391f-ebe9-416a-ab0b-e07286b11b19 X-Archives-Hash: 5e8efecdea9e414976470d1b797a123e commit: 89de3f515d37adaf9650a148c298936ec36468df Author: Tobias Klausmann gentoo org> AuthorDate: Sun Sep 20 14:03:50 2015 +0000 Commit: Tobias Klausmann gentoo 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 )"