diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 17:48:25 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 18:13:57 -0500 |
commit | 1674d67e18902c1456b38b2d699696ca565ee949 (patch) | |
tree | 539f851605f21bbea32b7d2a4f36a3898656a6a1 /games-fps/chocolate-doom | |
parent | games-action/dxx-rebirth: sync keywords in live ebuild (diff) | |
download | gentoo-1674d67e18902c1456b38b2d699696ca565ee949.tar.gz gentoo-1674d67e18902c1456b38b2d699696ca565ee949.tar.bz2 gentoo-1674d67e18902c1456b38b2d699696ca565ee949.zip |
games-fps/chocolate-doom: enable py3.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps/chocolate-doom')
-rw-r--r-- | games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild index 02a5356a9c32..742738aa4981 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools prefix python-any-r1 xdg DESCRIPTION="A Doom source port that is minimalist and historically accurate" |