From b3ee9aebac31eb875fb13784a66c56e75aaeb863 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 30 Aug 2018 11:42:18 -0400 Subject: [PATCH] dev-python/flask: re-add Python 3.4 I shouldn't have removed it. Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- dev-python/flask/flask-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask/flask-1.0.2.ebuild b/dev-python/flask/flask-1.0.2.ebuild index 6b340034d5173..d44c39bd28fda 100644 --- a/dev-python/flask/flask-1.0.2.ebuild +++ b/dev-python/flask/flask-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1