From 3fda6c800b7c3e9d0ce524a888e4e3995142c310 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Tue, 18 Apr 2017 09:17:08 -0500 Subject: [PATCH] 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 6a58cf5bd9539..60c1baed6ec99 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