diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-07-01 10:29:34 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-07-01 12:02:02 -0400 |
commit | 730e5b8b794efdb62b5b627af73ec33614d8a3e6 (patch) | |
tree | 0d3f7a1e39e4a727cff32aac91046cdf07126a6c /games-strategy/freeorion | |
parent | app-crypt/mit-krb5: keyword 1.19.1-r1 for ~riscv (diff) | |
download | gentoo-730e5b8b794efdb62b5b627af73ec33614d8a3e6.tar.gz gentoo-730e5b8b794efdb62b5b627af73ec33614d8a3e6.tar.bz2 gentoo-730e5b8b794efdb62b5b627af73ec33614d8a3e6.zip |
games-strategy/freeorion: Python 3.9
Closes: https://bugs.gentoo.org/793806
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'games-strategy/freeorion')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild (renamed from games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild) | 2 | ||||
-rw-r--r-- | games-strategy/freeorion/freeorion-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild index 8fe0bd67b884..7dc53ff3da60 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index afe458a3f79f..063ff13d1aea 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit cmake python-single-r1 xdg DESCRIPTION="A free turn-based space empire and galactic conquest game" |