From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E64741382C5 for ; Sat, 31 Mar 2018 19:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 042C6E0BBB; Sat, 31 Mar 2018 19:25:09 +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 CF010E0BBB for ; Sat, 31 Mar 2018 19:25:08 +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 91BFF335D73 for ; Sat, 31 Mar 2018 19:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE479272 for ; Sat, 31 Mar 2018 19:25:05 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522524278.b70711dd61ab601cd1993600d51790db8253d16a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pillow/pillow-4.3.0.ebuild X-VCS-Directories: dev-python/pillow/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b70711dd61ab601cd1993600d51790db8253d16a X-VCS-Branch: master Date: Sat, 31 Mar 2018 19:25:05 +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: dcc97cab-5d68-4760-84f6-52d79b0779d6 X-Archives-Hash: 2250dfd9274047f34074369853907823 commit: b70711dd61ab601cd1993600d51790db8253d16a Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 31 16:29:06 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70711dd dev-python/pillow: added ~arm64 keyword Closes: https://github.com/gentoo/gentoo/pull/7754 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pillow/pillow-4.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pillow/pillow-4.3.0.ebuild b/dev-python/pillow/pillow-4.3.0.ebuild index 785dfedc3b9..d1c476ffeb2 100644 --- a/dev-python/pillow/pillow-4.3.0.ebuild +++ b/dev-python/pillow/pillow-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="HPND" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg2k lcms test tiff tk truetype webp zlib" REQUIRED_USE="test? ( tiff )"