commit: 471c06da032d137a06a9727914903f7b8e2a7022
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 21:43:47 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 21:51:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471c06da
dev-python/setproctitle: Support python3_5
Package-Manager: portage-2.2.24
dev-python/setproctitle/setproctitle-1.1.8.ebuild | 2 +-
dev-python/setproctitle/setproctitle-1.1.9.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/setproctitle/setproctitle-1.1.8.ebuild
b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
index f327e48..0b853ee 100644
--- a/dev-python/setproctitle/setproctitle-1.1.8.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
@@ -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
diff --git a/dev-python/setproctitle/setproctitle-1.1.9.ebuild
b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
index a3eda21..c86c655 100644
--- a/dev-python/setproctitle/setproctitle-1.1.9.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
@@ -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