From cf2c3ba64bf69f0289eb77daf5e5711a61c01454 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Tue, 26 Mar 2019 16:42:44 +0200 Subject: [PATCH] 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 --- 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 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" -- 2.26.2