summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-05-21 22:19:28 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-05-21 22:19:56 -0400
commita9d579957e4650a6babe79efcab6040db8181842 (patch)
tree29e37ef8181c010357b494d33e8895cd9007f16b /games-util/nml
parentdev-perl/Package-DeprecationManager: Remove old (diff)
downloadgentoo-a9d579957e4650a6babe79efcab6040db8181842.tar.gz
gentoo-a9d579957e4650a6babe79efcab6040db8181842.tar.bz2
gentoo-a9d579957e4650a6babe79efcab6040db8181842.zip
games-util/nml: add support for python 3.5 (bug #583590)
Package-Manager: portage-2.2.28
Diffstat (limited to 'games-util/nml')
-rw-r--r--games-util/nml/nml-0.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild
index d3901c02b9ec..39c1ef37f479 100644
--- a/games-util/nml/nml-0.4.4.ebuild
+++ b/games-util/nml/nml-0.4.4.ebuild
@@ -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"