summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-09 09:55:39 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-09 10:33:03 +0100
commiteb3d358bee104b8b5be885718e22f0ddf47e86e3 (patch)
tree1a6cb119277bc77b7a87ab55a1f774ced93f44f2 /dev-python/flake8/flake8-2.1.0.ebuild
parentdev-python/debtcollector: Add python3.5 support (diff)
downloadgentoo-eb3d358bee104b8b5be885718e22f0ddf47e86e3.tar.gz
gentoo-eb3d358bee104b8b5be885718e22f0ddf47e86e3.tar.bz2
gentoo-eb3d358bee104b8b5be885718e22f0ddf47e86e3.zip
dev-python/flake8: Add python3.5 support
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/flake8/flake8-2.1.0.ebuild')
-rw-r--r--dev-python/flake8/flake8-2.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flake8/flake8-2.1.0.ebuild b/dev-python/flake8/flake8-2.1.0.ebuild
index cac92f3bc683..c48c2dc5c03d 100644
--- a/dev-python/flake8/flake8-2.1.0.ebuild
+++ b/dev-python/flake8/flake8-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1