dev-python/dnspython: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 02:17:16 +0000 (19:17 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 02:18:09 +0000 (19:18 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/dnspython/dnspython-1.12.0-r300.ebuild
dev-python/dnspython/dnspython-1.12.0-r301.ebuild
dev-python/dnspython/dnspython-1.15.0.ebuild

index cf942f725885aaac4ff424d01bf09224047589d2..94c410b6eaa820c9cc7e3a2aa127e46f664b0434 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=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
index 910993e7387780bec627dfdc583676b597f63aca..94c410b6eaa820c9cc7e3a2aa127e46f664b0434 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
index decbd18703a97c93dbffeb7296bddfdeaad33508..02efe94a6f12da567e50ef67acfb06b162002f46 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1