diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 11:00:23 +0200 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
| commit | d531dda89d27640b49eaea3b58af4266ff153cd3 (patch) | |
| tree | 75ae13a5eea92c153b5327cc080192bab2e70292 /dev-python | |
| parent | acde7831ac0b8fc3f9a189fbbb05bdd396d0896a (diff) | |
| download | gentoo-d531dda89d27640b49eaea3b58af4266ff153cd3.tar.gz gentoo-d531dda89d27640b49eaea3b58af4266ff153cd3.tar.bz2 gentoo-d531dda89d27640b49eaea3b58af4266ff153cd3.zip | |
dev-python/pyzmq: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyzmq/pyzmq-14.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyzmq/pyzmq-14.7.0.ebuild b/dev-python/pyzmq/pyzmq-14.7.0.ebuild index ed5f0e591c6c..df37521c8cce 100644 --- a/dev-python/pyzmq/pyzmq-14.7.0.ebuild +++ b/dev-python/pyzmq/pyzmq-14.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 toolchain-funcs |
