dev-python/terminado: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 10:53:41 +0000 (02:53 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 10:53:41 +0000 (02:53 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/terminado/terminado-0.5.ebuild
dev-python/terminado/terminado-0.6.ebuild

index 323e0d155d8561e1055ec8a409255a2f835aede6..8f8f52e93db86980cdc0adf576857787be4f4cf9 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index b687537f098f6147b43e0c660743faf7784385f7..e8e343a450349074b833f3041f8156e06f81f81a 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1