commit: cdf5cd412bd6eb9fd2fc1d8d43ba4d251f8cb1ff
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 07:20:13 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 07:20:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf5cd41
dev-python/pytest-cache: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/pytest-cache/pytest-cache-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-cache/pytest-cache-1.0.ebuild
b/dev-python/pytest-cache/pytest-cache-1.0.ebuild
index 5f27a856b4..dca2388445 100644
--- a/dev-python/pytest-cache/pytest-cache-1.0.ebuild
+++ b/dev-python/pytest-cache/pytest-cache-1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1