commit: 66f4bc3227c3a5c5261907e42f393dd22d19a15b
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 16:02:20 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 16:02:20 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=66f4bc32
dev-python/wtforms: use EAPI=6
dev-python/wtforms/wtforms-2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wtforms/wtforms-2.1.ebuild
b/dev-python/wtforms/wtforms-2.1.ebuild
index 87fcdf8..60833d9 100644
--- a/dev-python/wtforms/wtforms-2.1.ebuild
+++ b/dev-python/wtforms/wtforms-2.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )