Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/dosbox-x/
Date: Thu, 08 Sep 2022 01:46:48
Message-Id: 1662562153.dcc517c60cca527a2d32569575032e00875fac1f.tastytea@gentoo
1 commit: dcc517c60cca527a2d32569575032e00875fac1f
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 7 14:49:13 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Sep 7 14:49:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcc517c6
7
8 games-emulation/dosbox-x: Unfilter LTO flags for latest Git revisions
9
10 The upstream has fixed the LTO build failure.
11
12 Bug: https://bugs.gentoo.org/859973
13 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
14
15 games-emulation/dosbox-x/dosbox-x-9999.ebuild | 7 +------
16 1 file changed, 1 insertion(+), 6 deletions(-)
17
18 diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
19 index 55b6b1acc..8605437e9 100644
20 --- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild
21 +++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=8
25
26 -inherit autotools flag-o-matic toolchain-funcs xdg
27 +inherit autotools toolchain-funcs xdg
28
29 if [[ "${PV}" == 9999 ]]; then
30 inherit git-r3
31 @@ -101,11 +101,6 @@ src_prepare() {
32 die "Failed to remove check for setcap in Makefile.am"
33
34 eautoreconf
35 -
36 - # https://bugs.gentoo.org/859973
37 - # https://github.com/joncampbell123/dosbox-x/issues/3663
38 - # No upstream response regarding LTO yet; disable it for now
39 - filter-lto
40 }
41
42 src_configure() {