Skip to content

Commit

Permalink
games-rpg/adonthell: add python3_9 compat
Browse files Browse the repository at this point in the history
This needs the deprecated parser module that is still
available in py3.9 but gone in py3.10.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jun 2, 2021
1 parent 487ce81 commit f03e9b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games-rpg/adonthell/adonthell-0.3.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{7,8} )

PYTHON_COMPAT=( python3_{8,9} )

inherit autotools python-single-r1

Expand Down

0 comments on commit f03e9b9

Please sign in to comment.