commit: cf2c3ba64bf69f0289eb77daf5e5711a61c01454 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com> AuthorDate: Tue Mar 26 14:42:44 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 16:44:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2c3ba6
games-util/nml: add Python3.7 support. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11509 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> games-util/nml/nml-0.4.5.ebuild | 4 ++-- 1 file 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 ce56b6ea553..0e8f0244e46 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"
