diff options
author | Sam James <sam@gentoo.org> | 2022-05-14 02:30:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-14 02:32:11 +0000 |
commit | 6a3d146b3ff59bd2cbc624fce5add1f56ff44788 (patch) | |
tree | 9b2e3db0a9be60654607fc633e9968c0c835c70f /games-strategy | |
parent | games-strategy/freeorion: stable release 0.4.10.2 (diff) | |
download | gentoo-6a3d146b3ff59bd2cbc624fce5add1f56ff44788.tar.gz gentoo-6a3d146b3ff59bd2cbc624fce5add1f56ff44788.tar.bz2 gentoo-6a3d146b3ff59bd2cbc624fce5add1f56ff44788.zip |
games-strategy/freeorion: EAPI 8, Python 3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.10.2.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.2.ebuild index a4ce29bba4d5..8931083dbe88 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" @@ -35,7 +35,7 @@ BDEPEND=" " RDEPEND=" $(python_gen_cond_dep ' - >=dev-libs/boost-1.58:=[nls,python,threads(+),${PYTHON_USEDEP}] + >=dev-libs/boost-1.60:=[nls,python,threads(+),${PYTHON_USEDEP}] ') !dedicated? ( media-libs/freealut diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index 46bf4ce29f60..8931083dbe88 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -1,9 +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 +EAPI=8 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" |