commit: 08349f22d9625afbd6c13713d4a15f26efb27c8c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 11:25:52 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 11:31:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08349f22
dev-python/flask-mail: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
index 1e5a548da00..bb13fb6b93d 100644
--- a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
+++ b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1