mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/setproctitle: Support python3_5
Package-Manager: portage-2.2.24
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user