commit: e5d3d85e00559fb84c670d05db3332f549dfa97f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 22:30:07 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:35:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d3d85e
virtual/python-pathlib: Enable python3.6
virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index c854a05..0dbe523 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-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 python-r1