commit: 35ced2f3d60dbc9fd03618742f227e82ba01aa73
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 21:13:16 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 21:14:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ced2f3
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
games-util/nml/nml-0.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild
index 39c1ef3..29fb037 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,3_5} )
+PYTHON_COMPAT=( python3_{3,4} )
inherit distutils-r1
DESCRIPTION="Compiler of NML files into grf/nfo files"