From 41dd40464501ba58101d7196d3f8c444c731ffa7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Feb 2017 00:50:43 -0800 Subject: [PATCH] dev-python/twisted: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/twisted/twisted-16.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/twisted/twisted-16.4.1.ebuild b/dev-python/twisted/twisted-16.4.1.ebuild index c9516f9bdd6be..d6966407b7074 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"