diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 18:23:04 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 18:23:04 -0800 |
commit | 6c2501b1104202086552f9573efc20307f4634bf (patch) | |
tree | fa9cc5e1dbe85e5ce4d68423621d86ea2db838b2 /dev-python/bottleneck/bottleneck-1.0.0.ebuild | |
parent | sci-libs/scipy: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-6c2501b1104202086552f9573efc20307f4634bf.tar.gz gentoo-6c2501b1104202086552f9573efc20307f4634bf.tar.bz2 gentoo-6c2501b1104202086552f9573efc20307f4634bf.zip |
dev-python/bottleneck: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/bottleneck/bottleneck-1.0.0.ebuild')
-rw-r--r-- | dev-python/bottleneck/bottleneck-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bottleneck/bottleneck-1.0.0.ebuild b/dev-python/bottleneck/bottleneck-1.0.0.ebuild index 8afbb3d1aea4..691f620eccfa 100644 --- a/dev-python/bottleneck/bottleneck-1.0.0.ebuild +++ b/dev-python/bottleneck/bottleneck-1.0.0.ebuild @@ -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 |