diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 19:54:41 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-10 11:52:23 -0800 |
commit | de8860ff50d6811364975cb13ad7f69dea5625eb (patch) | |
tree | db4925645f831cfd2e2d47744b4e9eb21b54d7d3 /dev-python/colorama | |
parent | app-admin/mcollective: bup (diff) | |
download | gentoo-de8860ff50d6811364975cb13ad7f69dea5625eb.tar.gz gentoo-de8860ff50d6811364975cb13ad7f69dea5625eb.tar.bz2 gentoo-de8860ff50d6811364975cb13ad7f69dea5625eb.zip |
dev-python/colorama: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/colorama')
-rw-r--r-- | dev-python/colorama/colorama-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/colorama/colorama-0.3.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/colorama/colorama-0.3.3.ebuild b/dev-python/colorama/colorama-0.3.3.ebuild index 953897e241f7..2135e8c165b6 100644 --- a/dev-python/colorama/colorama-0.3.3.ebuild +++ b/dev-python/colorama/colorama-0.3.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/colorama/colorama-0.3.7.ebuild b/dev-python/colorama/colorama-0.3.7.ebuild index dcd4d2f4ba24..6f4b96f02f23 100644 --- a/dev-python/colorama/colorama-0.3.7.ebuild +++ b/dev-python/colorama/colorama-0.3.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |