diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2019-03-26 16:42:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-26 17:44:47 +0100 |
commit | cf2c3ba64bf69f0289eb77daf5e5711a61c01454 (patch) | |
tree | 8d9c36ccac6415f04b91f06bdf9a8c2e940a2faa /games-util | |
parent | app-portage/prefix-toolkit: restore ~x86-winnt keyword (diff) | |
download | gentoo-cf2c3ba64bf69f0289eb77daf5e5711a61c01454.tar.gz gentoo-cf2c3ba64bf69f0289eb77daf5e5711a61c01454.tar.bz2 gentoo-cf2c3ba64bf69f0289eb77daf5e5711a61c01454.zip |
games-util/nml: add Python3.7 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11509
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/nml-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/nml/nml-0.4.5.ebuild b/games-util/nml/nml-0.4.5.ebuild index ce56b6ea5532..0e8f0244e466 100644 --- a/games-util/nml/nml-0.4.5.ebuild +++ b/games-util/nml/nml-0.4.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files" |