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/wesnoth/
Date: Tue, 17 May 2022 05:34:53
Message-Id: 1652765624.c345259bec0d8f00e949af9cf6d6b6f2ce770b5a.sam@gentoo
1 commit: c345259bec0d8f00e949af9cf6d6b6f2ce770b5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:31:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c345259b
7
8 games-strategy/wesnoth: [QA] drop (very) stale GCC version checks
9
10 There's no way that GCC 3.x is usable on a modern system and it was released in
11 ~2005.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild | 6 +-----
16 games-strategy/wesnoth/wesnoth-1.16.2.ebuild | 6 +-----
17 2 files changed, 2 insertions(+), 10 deletions(-)
18
19 diff --git a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild
20 index 12aaafe9867e..f5718459c555 100644
21 --- a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild
22 +++ b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -inherit cmake flag-o-matic toolchain-funcs xdg
28 +inherit cmake flag-o-matic xdg
29
30 DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
31 HOMEPAGE="http://www.wesnoth.org
32 @@ -64,10 +64,6 @@ src_prepare() {
33
34 src_configure() {
35 filter-flags -ftracer -fomit-frame-pointer
36 - if [[ $(gcc-major-version) -eq 3 ]] ; then
37 - filter-flags -fstack-protector
38 - append-flags -fno-stack-protector
39 - fi
40
41 if use dedicated || use server ; then
42 mycmakeargs=(
43
44 diff --git a/games-strategy/wesnoth/wesnoth-1.16.2.ebuild b/games-strategy/wesnoth/wesnoth-1.16.2.ebuild
45 index 9c2f089d6905..17cdd9a055f7 100644
46 --- a/games-strategy/wesnoth/wesnoth-1.16.2.ebuild
47 +++ b/games-strategy/wesnoth/wesnoth-1.16.2.ebuild
48 @@ -3,7 +3,7 @@
49
50 EAPI=8
51
52 -inherit cmake flag-o-matic toolchain-funcs xdg
53 +inherit cmake flag-o-matic xdg
54
55 DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
56 HOMEPAGE="http://www.wesnoth.org
57 @@ -64,10 +64,6 @@ src_prepare() {
58
59 src_configure() {
60 filter-flags -ftracer -fomit-frame-pointer
61 - if [[ $(gcc-major-version) -eq 3 ]] ; then
62 - filter-flags -fstack-protector
63 - append-flags -fno-stack-protector
64 - fi
65
66 if use dedicated || use server ; then
67 mycmakeargs=(