diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-06-02 17:13:16 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-06-02 17:14:35 -0400 |
commit | 35ced2f3d60dbc9fd03618742f227e82ba01aa73 (patch) | |
tree | 9e50f7c5270b82f83b3b2e82ee6a5b87033e0dff /games-util | |
parent | sys-power/cpupower: bump to 4.5.0 (diff) | |
download | gentoo-35ced2f3d60dbc9fd03618742f227e82ba01aa73.tar.gz gentoo-35ced2f3d60dbc9fd03618742f227e82ba01aa73.tar.bz2 gentoo-35ced2f3d60dbc9fd03618742f227e82ba01aa73.zip |
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
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/nml-0.4.4.ebuild | 2 |
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 39c1ef37f479..29fb03753ada 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" |