From d6249c127eca2400ead1d8414169646073be8e5d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Feb 2016 10:07:10 +0100 Subject: [PATCH] dev-python/hacking: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/hacking/hacking-0.10.2.ebuild | 3 ++- dev-python/hacking/hacking-0.9.6.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/hacking/hacking-0.10.2.ebuild b/dev-python/hacking/hacking-0.10.2.ebuild index a9fc430a0c7a..399ca2764927 100644 --- a/dev-python/hacking/hacking-0.10.2.ebuild +++ b/dev-python/hacking/hacking-0.10.2.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 diff --git a/dev-python/hacking/hacking-0.9.6.ebuild b/dev-python/hacking/hacking-0.9.6.ebuild index 76c7c304d454..e2160c4072e0 100644 --- a/dev-python/hacking/hacking-0.9.6.ebuild +++ b/dev-python/hacking/hacking-0.9.6.ebuild @@ -1,9 +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 -- 2.26.2