Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/
Date: Thu, 17 Jun 2021 21:39:01
Message-Id: 1623965761.06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e.ionen@gentoo
1 commit: 06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 21:27:29 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 21:36:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb3d0b
7
8 games-strategy/widelands: drop use of cxxflags patch
9
10 -Werror=uninitialized cause issues with -O3. Upstream is currently
11 explicitly requesting -O2 but an old patch in Gentoo prevents that.
12
13 While not ideal, rather than further patch to remove the warning check,
14 simply follow upstream and go with what is being tested more.
15
16 Closes: https://bugs.gentoo.org/796509
17 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
18
19 games-strategy/widelands/widelands-1.0.ebuild | 4 ----
20 games-strategy/widelands/widelands-9999.ebuild | 4 ----
21 2 files changed, 8 deletions(-)
22
23 diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild
24 index 18052660723..6b04bc90639 100644
25 --- a/games-strategy/widelands/widelands-1.0.ebuild
26 +++ b/games-strategy/widelands/widelands-1.0.ebuild
27 @@ -42,10 +42,6 @@ BDEPEND="
28 ${PYTHON_DEPS}
29 sys-devel/gettext"
30
31 -PATCHES=(
32 - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
33 -)
34 -
35 src_configure() {
36 CMAKE_BUILD_TYPE="Release"
37
38
39 diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild
40 index 18052660723..6b04bc90639 100644
41 --- a/games-strategy/widelands/widelands-9999.ebuild
42 +++ b/games-strategy/widelands/widelands-9999.ebuild
43 @@ -42,10 +42,6 @@ BDEPEND="
44 ${PYTHON_DEPS}
45 sys-devel/gettext"
46
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
49 -)
50 -
51 src_configure() {
52 CMAKE_BUILD_TYPE="Release"