From aec82c75679f279133de7dcffc6d55bf4ca83021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 14 Oct 2015 08:09:25 +0200 Subject: [PATCH] dev-python/setuptools: add python3.5 on v18.2 Enable python3.5 support on 18.2-r3 which has more keywords than the newer versions. --- dev-python/setuptools/setuptools-18.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-18.2-r3.ebuild b/dev-python/setuptools/setuptools-18.2-r3.ebuild index 87912e7c83628..1ddb628d9c4c1 100644 --- a/dev-python/setuptools/setuptools-18.2-r3.ebuild +++ b/dev-python/setuptools/setuptools-18.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1