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: Tue, 31 Jul 2018 15:03:28
Message-Id: 1533049047.7d37e6ea84655f6af600b1569ad534d78347bbab.vdupras@gentoo
1 commit: 7d37e6ea84655f6af600b1569ad534d78347bbab
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 14:57:27 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 14:57:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d37e6ea
7
8 dev-python/pillow: EAPI 7
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/pillow/pillow-5.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pillow/pillow-5.2.0.ebuild b/dev-python/pillow/pillow-5.2.0.ebuild
16 index 8e603d65c53..5d2590a0a85 100644
17 --- a/dev-python/pillow/pillow-5.2.0.ebuild
18 +++ b/dev-python/pillow/pillow-5.2.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27 PYTHON_REQ_USE='tk?,threads(+)'