From: Zamarin Arthur Date: Tue, 26 Mar 2019 14:42:44 +0000 (+0200) Subject: games-util/nml: add Python3.7 support. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf2c3ba64bf69f0289eb77daf5e5711a61c01454;p=gentoo.git games-util/nml: add Python3.7 support. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zamarin Arthur Closes: https://github.com/gentoo/gentoo/pull/11509 Signed-off-by: Patrice Clement --- 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"