diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 17:45:11 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 17:45:31 +0200 |
commit | aeb6597543d2deaee384b2c5287ad3f438e53152 (patch) | |
tree | 43a40b48c06ac3973b70e908bceae5bb9fa10d46 /dev-python/python-fastimport | |
parent | net-mail/tnef: Stable for HPPA (bug #611426). (diff) | |
download | gentoo-aeb6597543d2deaee384b2c5287ad3f438e53152.tar.gz gentoo-aeb6597543d2deaee384b2c5287ad3f438e53152.tar.bz2 gentoo-aeb6597543d2deaee384b2c5287ad3f438e53152.zip |
dev-python/python-fastimport: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-fastimport')
-rw-r--r-- | dev-python/python-fastimport/python-fastimport-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild index 1d8da2b021ef..ef000d068194 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |