commit: c1a9fd2b4ca767196096ffa04b2e116f05c3a790 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Thu Apr 29 17:48:53 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 29 19:29:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a9fd2b
games-util/nml: Add pythn3_9 to PYTHON_COMPAT Closes: https://github.com/gentoo/gentoo/pull/20600 Closes: https://bugs.gentoo.org/786894 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-util/nml/nml-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/nml/nml-0.5.3.ebuild b/games-util/nml/nml-0.5.3.ebuild index b872801b4fc..bf6acd0040b 100644 --- a/games-util/nml/nml-0.5.3.ebuild +++ b/games-util/nml/nml-0.5.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS="rdepend" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1