From a1b7a046d7ff6f84acdac6dc4ba9afd6250c405c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Feb 2016 09:58:57 +0100 Subject: [PATCH] dev-python/gitdb: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/gitdb/gitdb-0.6.4.ebuild | 4 ++-- 1 file 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 8e05b6754dea2..3190978e4189b 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