Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/
Date: Thu, 29 Apr 2021 19:31:49
Message-Id: 1619724560.c1a9fd2b4ca767196096ffa04b2e116f05c3a790.conikost@gentoo
1 commit: c1a9fd2b4ca767196096ffa04b2e116f05c3a790
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Thu Apr 29 17:48:53 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 19:29:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a9fd2b
7
8 games-util/nml: Add pythn3_9 to PYTHON_COMPAT
9
10 Closes: https://github.com/gentoo/gentoo/pull/20600
11 Closes: https://bugs.gentoo.org/786894
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 games-util/nml/nml-0.5.3.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-util/nml/nml-0.5.3.ebuild b/games-util/nml/nml-0.5.3.ebuild
20 index b872801b4fc..bf6acd0040b 100644
21 --- a/games-util/nml/nml-0.5.3.ebuild
22 +++ b/games-util/nml/nml-0.5.3.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 DISTUTILS_USE_SETUPTOOLS="rdepend"
31 -PYTHON_COMPAT=( python3_{7,8} )
32 +PYTHON_COMPAT=( python3_{7..9} )
33
34 inherit distutils-r1