dev-python/statsmodels: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 09:42:49 +0000 (01:42 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 12:31:10 +0000 (05:31 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/statsmodels/statsmodels-0.6.1.ebuild
dev-python/statsmodels/statsmodels-0.8.0.ebuild

index 28f19b9c62bc8741f2d3381ab6a1cb5c8539b4e0..30bc2b7ef2c751867d9e2ba7157ac00c7401a3d5 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 virtualx
 
index 54caa364c2ce291bb045d0d4fb4b875c23bd2ddc..f97c490c2a60bcba4f320c40d30bd7686236826c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 virtualx