From 471c06da032d137a06a9727914903f7b8e2a7022 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 9 Nov 2015 22:43:47 +0100 Subject: [PATCH] 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 f327e48d9df38..0b853ee7ada6f 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 a3eda2130d10e..c86c655d223d6 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