dev-python/pathlib: Don't install existing modules on py3.4

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-21 14:16:13 +02:00
parent e87319182c
commit 515dbbf225

View File

@@ -5,7 +5,8 @@
EAPI=5
# In Python 3.4, pathlib is now part of the standard library.
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3} pypy )
inherit distutils-r1
DESCRIPTION="Object-oriented filesystem paths"