From: Zac Medico Date: Sun, 12 Mar 2017 07:12:11 +0000 (-0800) Subject: dev-python/blosc: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=498be2baa204efd1a3ccfb1e3a67833f29079328;p=gentoo.git dev-python/blosc: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/blosc/blosc-1.2.8.ebuild b/dev-python/blosc/blosc-1.2.8.ebuild index c46c9664b589..eb4a02fb989c 100644 --- a/dev-python/blosc/blosc-1.2.8.ebuild +++ b/dev-python/blosc/blosc-1.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/blosc/blosc-1.4.4.ebuild b/dev-python/blosc/blosc-1.4.4.ebuild index affb21a66bdd..b90edd8a4876 100644 --- a/dev-python/blosc/blosc-1.4.4.ebuild +++ b/dev-python/blosc/blosc-1.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/blosc/blosc-1.5.0.ebuild b/dev-python/blosc/blosc-1.5.0.ebuild index b9607ddb1ef0..0fa8281da8af 100644 --- a/dev-python/blosc/blosc-1.5.0.ebuild +++ b/dev-python/blosc/blosc-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1