commit: 26ff907121fc27cd70eda4bc503415ef7e618714 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jun 19 14:21:45 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jun 19 19:13:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff9071
dev-python/frozen-flask: add python3_5 support. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild | 4 ++-- dev-python/frozen-flask/frozen-flask-0.15.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild b/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild index 2f0c498379a..65d9952c059 100644 --- a/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild +++ b/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 diff --git a/dev-python/frozen-flask/frozen-flask-0.15.ebuild b/dev-python/frozen-flask/frozen-flask-0.15.ebuild index 26e42dc6926..2b483cb2f88 100644 --- a/dev-python/frozen-flask/frozen-flask-0.15.ebuild +++ b/dev-python/frozen-flask/frozen-flask-0.15.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1
