dev-python/bottleneck: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Mar 2017 02:23:04 +0000 (18:23 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Mar 2017 02:23:04 +0000 (18:23 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/bottleneck/bottleneck-0.8.0.ebuild
dev-python/bottleneck/bottleneck-1.0.0.ebuild

index 7840f4fce3c5b521a59f913b22e9f1393db6f5ba..c23ccfffde69f51b64d84663ff0c343ad78b714a 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 8afbb3d1aea4adf7acda531f114d57fcc34e3720..691f620eccfaf430c04a44b6db6e9fc77aee8dcf 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