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/0ad/
Date: Sat, 28 Aug 2021 03:39:40
Message-Id: 1630121951.c9c5aaef64de02961e7a71f74e012f5e3a4273d3.sam@gentoo
1 commit: c9c5aaef64de02961e7a71f74e012f5e3a4273d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 03:39:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 03:39:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c5aaef
7
8 games-strategy/0ad: add missing python-any-r1_pkg_setup call
9
10 Closes: https://bugs.gentoo.org/773568
11 Closes: https://bugs.gentoo.org/802072
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild | 2 ++
15 games-strategy/0ad/0ad-0.0.25b_alpha.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild
19 index 94bf17e4928..6307e21c5b2 100644
20 --- a/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild
21 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild
22 @@ -82,6 +82,8 @@ PATCHES=(
23
24 pkg_setup() {
25 use editor && setup-wxwidgets
26 +
27 + python-any-r1_pkg_setup
28 }
29
30 src_prepare() {
31
32 diff --git a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
33 index 94301481dc8..567e01b8b03 100644
34 --- a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
35 +++ b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
36 @@ -94,6 +94,8 @@ PATCHES=(
37
38 pkg_setup() {
39 use editor && setup-wxwidgets
40 +
41 + python-any-r1_pkg_setup
42 }
43
44 src_unpack() {