dev-python/pillow: added ~arm64 keyword

Closes: https://github.com/gentoo/gentoo/pull/7754
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Roy Bamford
2018-03-31 17:29:06 +01:00
committed by Mart Raudsepp
parent fe3530ad56
commit b70711dd61

View 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 )"