dev-python/setproctitle: Support python3_5

Package-Manager: portage-2.2.24
This commit is contained in:
Pacho Ramos
2015-11-09 22:43:47 +01:00
parent 9b05045daf
commit 471c06da03
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1 toolchain-funcs

View File

@@ -5,7 +5,7 @@
EAPI=5
# pypy doesn't get started in test run. Still required by www-servers/gunicorn
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1 toolchain-funcs