Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/
Date: Thu, 01 Jul 2021 16:02:15
Message-Id: 1625155322.730e5b8b794efdb62b5b627af73ec33614d8a3e6.np-hardass@gentoo
1 commit: 730e5b8b794efdb62b5b627af73ec33614d8a3e6
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 14:29:34 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 16:02:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e5b8b
7
8 games-strategy/freeorion: Python 3.9
9
10 Closes: https://bugs.gentoo.org/793806
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 .../{freeorion-0.4.10.1-r2.ebuild => freeorion-0.4.10.1-r3.ebuild} | 2 +-
15 games-strategy/freeorion/freeorion-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild
19 similarity index 97%
20 rename from games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild
21 rename to games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild
22 index 8fe0bd67b88..7dc53ff3da6 100644
23 --- a/games-strategy/freeorion/freeorion-0.4.10.1-r2.ebuild
24 +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r3.ebuild
25 @@ -3,7 +3,7 @@
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python{3_7,3_8} )
30 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
31 inherit cmake python-single-r1 xdg
32
33 DESCRIPTION="A free turn-based space empire and galactic conquest game"
34
35 diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild
36 index afe458a3f79..063ff13d1ae 100644
37 --- a/games-strategy/freeorion/freeorion-9999.ebuild
38 +++ b/games-strategy/freeorion/freeorion-9999.ebuild
39 @@ -3,7 +3,7 @@
40
41 EAPI=7
42
43 -PYTHON_COMPAT=( python{3_7,3_8} )
44 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
45 inherit cmake python-single-r1 xdg
46
47 DESCRIPTION="A free turn-based space empire and galactic conquest game"