summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2019-03-26 16:42:44 +0200
committerPatrice Clement <monsieurp@gentoo.org>2019-03-26 17:44:47 +0100
commitcf2c3ba64bf69f0289eb77daf5e5711a61c01454 (patch)
tree8d9c36ccac6415f04b91f06bdf9a8c2e940a2faa /games-util/nml
parentapp-portage/prefix-toolkit: restore ~x86-winnt keyword (diff)
downloadgentoo-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/nml')
-rw-r--r--games-util/nml/nml-0.4.5.ebuild4
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"