diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 11:03:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:41:05 +0200 |
commit | 7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181 (patch) | |
tree | cd0938c7f9da1be5b75719d1ea405edbe65d9e0d /dev-python/pycmd/pycmd-1.2.ebuild | |
parent | dev-python/pygeocoder: Support newer python (diff) | |
download | gentoo-7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181.tar.gz gentoo-7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181.tar.bz2 gentoo-7a6eb082ef7d7a6e24ac3cd6bbe3d3151fdba181.zip |
dev-python/pycmd: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pycmd/pycmd-1.2.ebuild')
-rw-r--r-- | dev-python/pycmd/pycmd-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycmd/pycmd-1.2.ebuild b/dev-python/pycmd/pycmd-1.2.ebuild index 31a265b57311..613ea33004bf 100644 --- a/dev-python/pycmd/pycmd-1.2.ebuild +++ b/dev-python/pycmd/pycmd-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 |