From: Brian Dolbec Date: Mon, 27 Apr 2020 01:52:55 +0000 (-0700) Subject: dev-python/twisted: Remove python2_7 from PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=564d7f2030335201da5cea5fb57ed39f6e839229;p=gentoo.git dev-python/twisted: Remove python2_7 from PYTHON_COMPAT The twisted-20.3.0-py38-cgi.patch breaks python-2.7 compatibilty Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec --- diff --git a/dev-python/twisted/twisted-20.3.0.ebuild b/dev-python/twisted/twisted-20.3.0.ebuild index c35ab596c1cf..90dfb037cdf4 100644 --- a/dev-python/twisted/twisted-20.3.0.ebuild +++ b/dev-python/twisted/twisted-20.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx