Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
Date: Mon, 01 Oct 2018 13:07:52
Message-Id: 1538399176.c8b1c3cc0662a582a417d03a7535ce48443aeff8.vdupras@gentoo
1 commit: c8b1c3cc0662a582a417d03a7535ce48443aeff8
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 13:05:34 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 13:06:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b1c3cc
7
8 dev-python/pillow: re-add python 3.4 support
9
10 Dropping it was a bad idea.
11
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14
15 dev-python/pillow/pillow-5.2.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pillow/pillow-5.2.0.ebuild b/dev-python/pillow/pillow-5.2.0.ebuild
19 index 04ae4108561..fdf3da4b21b 100644
20 --- a/dev-python/pillow/pillow-5.2.0.ebuild
21 +++ b/dev-python/pillow/pillow-5.2.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
30 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
31 PYTHON_REQ_USE='tk?,threads(+)'
32
33 inherit distutils-r1 virtualx