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: Mon, 12 Oct 2020 03:19:03
Message-Id: 1602472734.41357f256e1dacb4528a2d1f4a51e70ded235c28.np-hardass@gentoo
1 commit: 41357f256e1dacb4528a2d1f4a51e70ded235c28
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 03:17:06 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 03:18:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41357f25
7
8 games-strategy/freeorion: Fix typo in eclass function calls
9
10 Somehow typoed non 9999 but not 9999
11 Closes: https://bugs.gentoo.org/747910
12 Package-Manager: Portage-2.3.103, Repoman-2.3.23
13 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
14
15 .../{freeorion-0.4.10.1.ebuild => freeorion-0.4.10.1-r1.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-strategy/freeorion/freeorion-0.4.10.1.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild
19 similarity index 97%
20 rename from games-strategy/freeorion/freeorion-0.4.10.1.ebuild
21 rename to games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild
22 index eaf03461b48..9cfb07f7b4e 100644
23 --- a/games-strategy/freeorion/freeorion-0.4.10.1.ebuild
24 +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild
25 @@ -57,7 +57,7 @@ DEPEND="${RDEPEND}"
26 src_prepare() {
27 sed -e "s/-O3//" -i CMakeLists.txt || die
28
29 - cmake-src_prepare
30 + cmake_src_prepare
31 }
32
33 src_configure() {
34 @@ -67,7 +67,7 @@ src_configure() {
35 -DBUILD_HEADLESS="$(usex dedicated)"
36 )
37
38 - cmake-src_configure
39 + cmake_src_configure
40 }
41
42 src_install() {