games-util/nml: remove python_3_5 for now until dev-python/ply has a python_3_5 version

Package-Manager: portage-2.2.28
This commit is contained in:
Michael Sterrett
2016-06-02 17:13:16 -04:00
parent ba80593b8a
commit 35ced2f3d6

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4,3_5} )
PYTHON_COMPAT=( python3_{3,4} )
inherit distutils-r1
DESCRIPTION="Compiler of NML files into grf/nfo files"