diff options
author | Andreas Zuber <a.zuber@gmx.ch> | 2022-10-02 00:08:32 +0200 |
---|---|---|
committer | Andreas Zuber <a.zuber@gmx.ch> | 2022-10-02 00:09:23 +0200 |
commit | 9d8ba38edf6a14042f78d80ff6faaf0e1bfdaccc (patch) | |
tree | acac0cff5d814e81cdb8c39f510d2c4bbe30d5f6 /games-engines | |
parent | www-apps/code-server-bin: add 4.7.1, drop 4.5.1 (diff) | |
download | guru-9d8ba38edf6a14042f78d80ff6faaf0e1bfdaccc.tar.gz guru-9d8ba38edf6a14042f78d80ff6faaf0e1bfdaccc.tar.bz2 guru-9d8ba38edf6a14042f78d80ff6faaf0e1bfdaccc.zip |
games-engines/boxtron: python 3.10/3.11 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/boxtron/boxtron-0.5.4-r2.ebuild (renamed from games-engines/boxtron/boxtron-0.5.4-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/boxtron/boxtron-0.5.4-r1.ebuild b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild index 59acf24d2..aeefff02a 100644 --- a/games-engines/boxtron/boxtron-0.5.4-r1.ebuild +++ b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{10,11} ) inherit python-single-r1 DESCRIPTION="Steam Play compatibility tool to run DOS games using native Linux DOSBox" |