commit: 8ad288b65a32f56fb14d720ca3e4c3317867c53d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:26:13 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad288b6
virtual/python-pathlib: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-pathlib/python-pathlib-1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 6a1e388..b73637a 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -3,7 +3,9 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
inherit python-r1
DESCRIPTION="A virtual for Python pathlib module"