summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-04-29 18:48:53 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-04-29 21:29:20 +0200
commitc1a9fd2b4ca767196096ffa04b2e116f05c3a790 (patch)
tree3948fd642540d78928eaa694a4c631f18e610ca1 /games-util/nml
parentdev-php/theseer-Autoload: ensure dev-lang/php[cli] is present (diff)
downloadgentoo-c1a9fd2b4ca767196096ffa04b2e116f05c3a790.tar.gz
gentoo-c1a9fd2b4ca767196096ffa04b2e116f05c3a790.tar.bz2
gentoo-c1a9fd2b4ca767196096ffa04b2e116f05c3a790.zip
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@offtopica.uk> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util/nml')
-rw-r--r--games-util/nml/nml-0.5.3.ebuild4
1 files 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 b872801b4fc9..bf6acd0040b6 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