diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 15:32:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:14 +0200 |
commit | 5e810a68f3ab46992fb2e670fa882a08d2c6e9a0 (patch) | |
tree | 4f6d43fb73944a815c8a549d475dfda6430014c5 /dev-python/pydispatcher | |
parent | dev-python/pycuda: Support newer python (diff) | |
download | gentoo-5e810a68f3ab46992fb2e670fa882a08d2c6e9a0.tar.gz gentoo-5e810a68f3ab46992fb2e670fa882a08d2c6e9a0.tar.bz2 gentoo-5e810a68f3ab46992fb2e670fa882a08d2c6e9a0.zip |
dev-python/pydispatcher: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pydispatcher')
-rw-r--r-- | dev-python/pydispatcher/pydispatcher-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild index b3dc2a1baa67..d9ab7f9d8270 100644 --- a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild +++ b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild @@ -1,8 +1,8 @@ -# 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 vcs-snapshot |