commit: 548433e2cd2cc2e1725367585c5235c6a6694237
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:05:35 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:06:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548433e2
dev-python/aniso8601: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/aniso8601/aniso8601-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aniso8601/aniso8601-1.2.0.ebuild
b/dev-python/aniso8601/aniso8601-1.2.0.ebuild
index 6f85e64a36..9889781417 100644
--- a/dev-python/aniso8601/aniso8601-1.2.0.ebuild
+++ b/dev-python/aniso8601/aniso8601-1.2.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1