commit: 4e2393dd62af92194a021baf8cd4b2ab5fbed764
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 09:47:58 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 10:54:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2393dd
virtual/python-futures: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-futures/python-futures-0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/virtual/python-futures/python-futures-0.ebuild
b/virtual/python-futures/python-futures-0.ebuild
index 2879c0d..47af7b8 100644
--- a/virtual/python-futures/python-futures-0.ebuild
+++ b/virtual/python-futures/python-futures-0.ebuild
@@ -3,7 +3,9 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
inherit python-r1
DESCRIPTION="A virtual for the Python concurrent.futures module"