dev-python/uritemplate: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 17 Mar 2017 19:35:57 +0000 (12:35 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 17 Mar 2017 19:35:57 +0000 (12:35 -0700)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/uritemplate/uritemplate-0.6.ebuild
dev-python/uritemplate/uritemplate-3.0.0.ebuild

index 413da81da93146045b79996fc1bf73411fcd803c..2f4cc9a8132f6a3f9570f99293494172a035b8dc 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index 89bb5fc9eefd7c7a53da995d0d5f0c2e09793349..64e3d0b54b70234037be0061abc92486ed41e7d4 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1