From: Zac Medico Date: Sun, 12 Feb 2017 08:50:43 +0000 (-0800) Subject: dev-python/twisted: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=41dd40464501ba58101d7196d3f8c444c731ffa7;p=gentoo.git dev-python/twisted: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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"