dev-python/hacking: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Tue, 9 Feb 2016 09:07:10 +0000 (10:07 +0100)
committerJustin Lecher <jlec@gentoo.org>
Tue, 9 Feb 2016 09:33:03 +0000 (10:33 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/hacking/hacking-0.10.2.ebuild
dev-python/hacking/hacking-0.9.6.ebuild

index a9fc430a0c7a20ec739c078465a733d8092b8009..399ca2764927522287c85eb04cab79ecf23d1e70 100644 (file)
@@ -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
 
index 76c7c304d454c74345f52d107a2897970de70fd5..e2160c4072e06a0e32dc56fe2020da2d3e4b5a52 100644 (file)
@@ -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