diff options
author | Anton Kochkov <xvilka@gmail.com> | 2017-10-26 11:15:27 +0800 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-28 00:48:28 +0200 |
commit | c8f863bdf449eefd62030c06646828187cdf9fd0 (patch) | |
tree | f2a177d02e374851fe19577090fe7878fbe0053a /dev-python/pyx | |
parent | sys-devel/gcc: bump 4.9.4 patch set up to 1.2, bug #629502 (diff) | |
download | gentoo-c8f863bdf449eefd62030c06646828187cdf9fd0.tar.gz gentoo-c8f863bdf449eefd62030c06646828187cdf9fd0.tar.bz2 gentoo-c8f863bdf449eefd62030c06646828187cdf9fd0.zip |
dev-python/pyx-0.14.1: add python:3.6 support.
Closes: https://github.com/gentoo/gentoo/pull/6057
Diffstat (limited to 'dev-python/pyx')
-rw-r--r-- | dev-python/pyx/pyx-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyx/pyx-0.14.1.ebuild b/dev-python/pyx/pyx-0.14.1.ebuild index 2b079741f0dc..66f76ddc5a53 100644 --- a/dev-python/pyx/pyx-0.14.1.ebuild +++ b/dev-python/pyx/pyx-0.14.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 MY_PN=PyX |