dev-python/pillow: added ~arm64 keyword
authorRoy Bamford <neddyseagoon@gentoo.org>
Sat, 31 Mar 2018 16:29:06 +0000 (17:29 +0100)
committerMart Raudsepp <leio@gentoo.org>
Sat, 31 Mar 2018 19:24:38 +0000 (22:24 +0300)
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

index 785dfedc3b93a8265fe4c1a9624d5fce63ffd0bd..d1c476ffeb24cd74df4d642da7a62dab50fdecd9 100644 (file)
@@ -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 )"