Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/adonthell/
Date: Wed, 02 Jun 2021 10:56:41
Message-Id: 1622631227.f03e9b946ce8c64dbc17373494c54c45dfdb570b.ionen@gentoo
1 commit: f03e9b946ce8c64dbc17373494c54c45dfdb570b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 10:28:07 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 10:53:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03e9b94
7
8 games-rpg/adonthell: add python3_9 compat
9
10 This needs the deprecated parser module that is still
11 available in py3.9 but gone in py3.10.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-rpg/adonthell/adonthell-0.3.8.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild
19 index 3ca1de34f03..55a6d24270f 100644
20 --- a/games-rpg/adonthell/adonthell-0.3.8.ebuild
21 +++ b/games-rpg/adonthell/adonthell-0.3.8.ebuild
22 @@ -1,8 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +
30 +PYTHON_COMPAT=( python3_{8,9} )
31
32 inherit autotools python-single-r1