From a3e10852ee7004ce4ffe2e2fd91654772348f2fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 13 Feb 2020 07:19:07 +0100 Subject: [PATCH] dev-python/markdown: Restore py2.7 in 3.1.1-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This package still has py2.7 revdeps, and there seems to be no reason why py2.7 was removed in the first place. This is only going to block people from upgrading, and us from cleaning up old versions. (3.2+ actually drop py2.7 upstream) Signed-off-by: Michał Górny --- dev-python/markdown/markdown-3.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/markdown/markdown-3.1.1-r1.ebuild b/dev-python/markdown/markdown-3.1.1-r1.ebuild index 30fe474592fa..9d17056a241e 100644 --- a/dev-python/markdown/markdown-3.1.1-r1.ebuild +++ b/dev-python/markdown/markdown-3.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend -- 2.26.2