games-util/nml: add support for python 3.5 (bug #583590)
authorMichael Sterrett <mr_bones_@gentoo.org>
Sun, 22 May 2016 02:19:28 +0000 (22:19 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Sun, 22 May 2016 02:19:56 +0000 (22:19 -0400)
Package-Manager: portage-2.2.28

games-util/nml/nml-0.4.4.ebuild

index d3901c02b9ecd3121b8a0fdae38f4214f892d80f..39c1ef37f479c27ad54d8d265d9231d22c9267b9 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="Compiler of NML files into grf/nfo files"