dev-python/placefinder: app py3.5 support to vn. 0.3

Package-Manager: portage-2.2.24
This commit is contained in:
Ian Delaney
2015-12-06 18:32:22 +08:00
parent 6eabd6a02e
commit 5b6235e334

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1