commit: c7a7b4b243f507c62bfe9260c457276112d1c0fd
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 14 16:04:26 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 16:46:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a7b4b2
dev-python/process-tests: Add python3_5 target
dev-python/process-tests/process-tests-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/process-tests/process-tests-1.1.2.ebuild
b/dev-python/process-tests/process-tests-1.1.2.ebuild
index ed80beb..5413f2d 100644
--- a/dev-python/process-tests/process-tests-1.1.2.ebuild
+++ b/dev-python/process-tests/process-tests-1.1.2.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