Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
Date: Sun, 05 Aug 2018 11:34:04
Message-Id: 1533468708.ba2dfee6ebe1a8bee5e3e9c454a963996e6d6e71.slyfox@gentoo
1 commit: ba2dfee6ebe1a8bee5e3e9c454a963996e6d6e71
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 11:31:48 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 11:31:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2dfee6
7
8 dev-python/pillow: keyworded 5.2.0 for ppc64, bug #659320
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.44, Repoman-2.3.10
12 RepoMan-Options: --include-arches="ppc64"
13
14 dev-python/pillow/pillow-5.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pillow/pillow-5.2.0.ebuild b/dev-python/pillow/pillow-5.2.0.ebuild
18 index b4f435d0425..76aa787e1a4 100644
19 --- a/dev-python/pillow/pillow-5.2.0.ebuild
20 +++ b/dev-python/pillow/pillow-5.2.0.ebuild
21 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
22
23 LICENSE="HPND"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
27 IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
28
29 REQUIRED_USE="test? ( jpeg tiff )"