commit: 2281a17407dd18f5267e5b66b3c0933225c1214d
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 14 15:14:41 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 16:46:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2281a174
dev-python/pytest-cache: Add python3_5 target
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 6cf0b75..1aaa5ac 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_{3,4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1