From: Justin Lecher Date: Tue, 9 Feb 2016 09:07:10 +0000 (+0100) Subject: dev-python/hacking: Add python3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d6249c127eca2400ead1d8414169646073be8e5d;p=gentoo.git dev-python/hacking: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- 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