diff options
Diffstat (limited to 'games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild b/games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild index 3d3075568e67..6744b4443595 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # note: py3.11 is known failing at runtime with this version -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit check-reqs cmake multiprocessing python-single-r1 xdg if [[ ${PV} == 9999 ]]; then |