commit: 3fda6c800b7c3e9d0ce524a888e4e3995142c310
Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 14:17:08 2017 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 14:17:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda6c80
dev-python/cherrypy: add python3_6 support
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/cherrypy/cherrypy-3.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cherrypy/cherrypy-3.8.0.ebuild
b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
index 6a58cf5bd95..60c1baed6ec 100644
--- a/dev-python/cherrypy/cherrypy-3.8.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-3.8.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
inherit distutils-r1