dev-python/pycollada: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 13:28:34 +0000 (15:28 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:11 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pycollada/pycollada-0.4.ebuild
dev-python/pycollada/pycollada-9999.ebuild

index c1431aa70b894a4878b3d83a50b2b37c35cdf6fe..2f8bf9700865acd7d2750798a226dd587e37e209 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_MULTIPLE_ABI=1
 
 inherit distutils-r1
index 55bcbdb2b2b688e3835e9bf50d141a68574a7875..f0b16d863454ea2582b9bcd51ce3b94964505544 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_MULTIPLE_ABI=1
 
 inherit distutils-r1 git-2