dev-python/netaddr: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 21:09:38 +0000 (14:09 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 21:10:51 +0000 (14:10 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/netaddr/netaddr-0.7.18.ebuild

index 10329d69b9c6a3bc476e2e7e766920f984e5968b..26d065c0e62e7c1ca6e0a09860517cc3282d3539 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=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1