diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-26 04:14:22 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-26 04:16:43 +0000 |
commit | 0b151ec05c76b94e5115b31642d7e9d3694c7c82 (patch) | |
tree | 01ba0fd0769a2e55fd19448c1d1bc8b06601f7b2 /dev-python/h5py | |
parent | dev-python/mpi4py: add python-3.6 (diff) | |
download | gentoo-0b151ec05c76b94e5115b31642d7e9d3694c7c82.tar.gz gentoo-0b151ec05c76b94e5115b31642d7e9d3694c7c82.tar.bz2 gentoo-0b151ec05c76b94e5115b31642d7e9d3694c7c82.zip |
dev-python/h5py: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h5py/h5py-2.7.0.ebuild b/dev-python/h5py/h5py-2.7.0.ebuild index ed62fbcb5768..2557c3c503ae 100644 --- a/dev-python/h5py/h5py-2.7.0.ebuild +++ b/dev-python/h5py/h5py-2.7.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic |