Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/
Date: Mon, 12 Aug 2019 19:58:34
Message-Id: 1565639704.5c480f18167ba10d2868a4b4366b195a5dc43749.mgorny@gentoo
1 commit: 5c480f18167ba10d2868a4b4366b195a5dc43749
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 19:55:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 19:55:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c480f18
7
8 games-strategy/freeorion: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild | 4 +++-
13 games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild | 3 +--
14 games-strategy/freeorion/freeorion-9999.ebuild | 3 +--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
18 index e3471161e46..e827e00ef9e 100644
19 --- a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
20 +++ b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
21 @@ -23,6 +23,8 @@ LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
22 SLOT="0"
23 IUSE=""
24
25 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26 +
27 RDEPEND="
28 >=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
29 media-libs/freealut
30 @@ -37,11 +39,11 @@ RDEPEND="
31 sci-physics/bullet
32 sys-libs/zlib
33 virtual/opengl
34 + ${PYTHON_DEPS}
35 !dev-games/gigi"
36 # Use bundled gigi as of freeorion-0.4.3
37
38 DEPEND="${RDEPEND}
39 - ${PYTHON_DEPS}
40 virtual/pkgconfig"
41
42 PATCHES=( "${FILESDIR}/${P}-backport-sdl2-include-dir-fix.patch" )
43
44 diff --git a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
45 index 2c29c8b5c26..3aea6bd3b5d 100644
46 --- a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
47 +++ b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
48 @@ -48,10 +48,9 @@ RDEPEND="
49 virtual/opengl
50 )
51 sys-libs/zlib
52 -"
53 -DEPEND="${RDEPEND}
54 ${PYTHON_DEPS}
55 "
56 +DEPEND="${RDEPEND}"
57
58 pkg_setup() {
59 # build system is using FindPythonLibs.cmake which needs python:2
60
61 diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild
62 index 2c29c8b5c26..3aea6bd3b5d 100644
63 --- a/games-strategy/freeorion/freeorion-9999.ebuild
64 +++ b/games-strategy/freeorion/freeorion-9999.ebuild
65 @@ -48,10 +48,9 @@ RDEPEND="
66 virtual/opengl
67 )
68 sys-libs/zlib
69 -"
70 -DEPEND="${RDEPEND}
71 ${PYTHON_DEPS}
72 "
73 +DEPEND="${RDEPEND}"
74
75 pkg_setup() {
76 # build system is using FindPythonLibs.cmake which needs python:2