Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/
Date: Sat, 14 May 2022 02:32:32
Message-Id: 1652495531.6a3d146b3ff59bd2cbc624fce5add1f56ff44788.sam@gentoo
1 commit: 6a3d146b3ff59bd2cbc624fce5add1f56ff44788
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 02:30:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 02:32:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3d146b
7
8 games-strategy/freeorion: EAPI 8, Python 3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/freeorion/freeorion-0.4.10.2.ebuild | 6 +++---
13 games-strategy/freeorion/freeorion-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.2.ebuild
17 index a4ce29bba4d5..8931083dbe88 100644
18 --- a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild
19 +++ b/games-strategy/freeorion/freeorion-0.4.10.2.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -PYTHON_COMPAT=( python{3_8,3_9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit cmake python-single-r1 xdg
30
31 DESCRIPTION="A free turn-based space empire and galactic conquest game"
32 @@ -35,7 +35,7 @@ BDEPEND="
33 "
34 RDEPEND="
35 $(python_gen_cond_dep '
36 - >=dev-libs/boost-1.58:=[nls,python,threads(+),${PYTHON_USEDEP}]
37 + >=dev-libs/boost-1.60:=[nls,python,threads(+),${PYTHON_USEDEP}]
38 ')
39 !dedicated? (
40 media-libs/freealut
41
42 diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild
43 index 46bf4ce29f60..8931083dbe88 100644
44 --- a/games-strategy/freeorion/freeorion-9999.ebuild
45 +++ b/games-strategy/freeorion/freeorion-9999.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI=7
52 +EAPI=8
53
54 -PYTHON_COMPAT=( python{3_8,3_9} )
55 +PYTHON_COMPAT=( python3_{8..10} )
56 inherit cmake python-single-r1 xdg
57
58 DESCRIPTION="A free turn-based space empire and galactic conquest game"