diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 00:50:43 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:19:43 -0800 |
commit | 41dd40464501ba58101d7196d3f8c444c731ffa7 (patch) | |
tree | 7bc168d5122f9b57c8356ea475f7f16c105fc147 /dev-python/twisted | |
parent | dev-python/hyper-h2: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-41dd40464501ba58101d7196d3f8c444c731ffa7.tar.gz gentoo-41dd40464501ba58101d7196d3f8c444c731ffa7.tar.bz2 gentoo-41dd40464501ba58101d7196d3f8c444c731ffa7.zip |
dev-python/twisted: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-16.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-16.4.1.ebuild b/dev-python/twisted/twisted-16.4.1.ebuild index c9516f9bdd6b..d6966407b707 100644 --- a/dev-python/twisted/twisted-16.4.1.ebuild +++ b/dev-python/twisted/twisted-16.4.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5}) +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) PYTHON_REQ_USE="threads(+)" TWISTED_PN="Twisted" |