summaryrefslogtreecommitdiff
path: root/dev-python/gitdb
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-09 09:58:57 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-09 10:33:03 +0100
commita1b7a046d7ff6f84acdac6dc4ba9afd6250c405c (patch)
tree929838da3b8ef5fffd2a7186f48653440c98387b /dev-python/gitdb
parent3b57682b7dc9137601df8097c998c34caf2ca275 (diff)
downloadgentoo-a1b7a046d7ff6f84acdac6dc4ba9afd6250c405c.tar.gz
gentoo-a1b7a046d7ff6f84acdac6dc4ba9afd6250c405c.tar.xz
dev-python/gitdb: Add python3.5 support
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/gitdb')
-rw-r--r--dev-python/gitdb/gitdb-0.6.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gitdb/gitdb-0.6.4.ebuild b/dev-python/gitdb/gitdb-0.6.4.ebuild
index 8e05b6754de..3190978e418 100644
--- a/dev-python/gitdb/gitdb-0.6.4.ebuild
+++ b/dev-python/gitdb/gitdb-0.6.4.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