games-util/nml: add Python3.7 support.
authorZamarin Arthur <arthurzam@gmail.com>
Tue, 26 Mar 2019 14:42:44 +0000 (16:42 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Mar 2019 16:44:47 +0000 (17:44 +0100)
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>
games-util/nml/nml-0.4.5.ebuild

index ce56b6ea5532105b832e0764680edf6c68db7683..0e8f0244e466b690ef3acd3738f573400c7a5591 100644 (file)
@@ -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"