summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-07-31 10:57:27 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-07-31 10:57:27 -0400
commit7d37e6ea84655f6af600b1569ad534d78347bbab (patch)
treea5284e70c2177ef6da97fcd027b3095e4ec4c199
parentvirtualx.eclass: support EAPI 7 (diff)
downloadgentoo-7d37e6ea84655f6af600b1569ad534d78347bbab.tar.gz
gentoo-7d37e6ea84655f6af600b1569ad534d78347bbab.tar.bz2
gentoo-7d37e6ea84655f6af600b1569ad534d78347bbab.zip
dev-python/pillow: EAPI 7
Package-Manager: Portage-2.3.44, Repoman-2.3.10
-rw-r--r--dev-python/pillow/pillow-5.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pillow/pillow-5.2.0.ebuild b/dev-python/pillow/pillow-5.2.0.ebuild
index 8e603d65c53b..5d2590a0a858 100644
--- a/dev-python/pillow/pillow-5.2.0.ebuild
+++ b/dev-python/pillow/pillow-5.2.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_REQ_USE='tk?,threads(+)'