summaryrefslogtreecommitdiff
path: root/dev-python/twisted
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-12 00:50:43 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:19:43 -0800
commit41dd40464501ba58101d7196d3f8c444c731ffa7 (patch)
tree7bc168d5122f9b57c8356ea475f7f16c105fc147 /dev-python/twisted
parent986dac1a7312b23262f48aff513b4156e023cf9f (diff)
downloadgentoo-41dd40464501ba58101d7196d3f8c444c731ffa7.tar.gz
gentoo-41dd40464501ba58101d7196d3f8c444c731ffa7.tar.xz
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.ebuild2
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 c9516f9bdd6..d6966407b70 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"