Skip to content

Commit

Permalink
games-strategy/freeorion: Python 3.9
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/793806
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Jul 1, 2021
1 parent 868a047 commit 730e5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion games-strategy/freeorion/freeorion-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 730e5b8

Please sign in to comment.