summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-09 09:59:23 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-09 10:33:03 +0100
commit3b57682b7dc9137601df8097c998c34caf2ca275 (patch)
treee96e9b83e0e7eb75771536a686a59a5a87cd9d39 /dev-python/git-python
parentdev-python/flake8: Add python3.5 support (diff)
downloadgentoo-3b57682b7dc9137601df8097c998c34caf2ca275.tar.gz
gentoo-3b57682b7dc9137601df8097c998c34caf2ca275.tar.bz2
gentoo-3b57682b7dc9137601df8097c998c34caf2ca275.zip
dev-python/git-python: Add python3.5 support
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/git-python')
-rw-r--r--dev-python/git-python/git-python-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/git-python/git-python-1.0.1.ebuild b/dev-python/git-python/git-python-1.0.1.ebuild
index 912f3c655f45..e7daa4265be0 100644
--- a/dev-python/git-python/git-python-1.0.1.ebuild
+++ b/dev-python/git-python/git-python-1.0.1.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}} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1