From: Zac Medico Date: Thu, 16 Feb 2017 06:33:14 +0000 (-0800) Subject: dev-python/pillow: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acf0b6e1407d09b95553f4b6111d88e53d98150b;p=gentoo.git dev-python/pillow: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pillow/pillow-3.4.2-r1.ebuild b/dev-python/pillow/pillow-3.4.2-r1.ebuild index 3391acbd818a..120ec10566ad 100644 --- a/dev-python/pillow/pillow-3.4.2-r1.ebuild +++ b/dev-python/pillow/pillow-3.4.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils virtualx