From c1a9fd2b4ca767196096ffa04b2e116f05c3a790 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Thu, 29 Apr 2021 18:48:53 +0100 Subject: 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 Signed-off-by: Conrad Kostecki --- games-util/nml/nml-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-util/nml') 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 -- cgit v1.2.3-65-gdbad