commit: 667b0ddb2215b47781f99f93a0e160bbae8ef067 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Sep 21 18:57:42 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 18:58:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b0ddb
games-emulation/dosbox-staging: LTO-safe Mentioned upstream bug was fixed a while ago LTO build passed on this version Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> games-emulation/dosbox-staging/dosbox-staging-0.82.2-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.82.2-r1.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.82.2-r1.ebuild index a46d4c48f495..94de7b9e6d85 100644 --- a/games-emulation/dosbox-staging/dosbox-staging-0.82.2-r1.ebuild +++ b/games-emulation/dosbox-staging/dosbox-staging-0.82.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic meson xdg +inherit meson xdg DESCRIPTION="Modernized DOSBox soft-fork" HOMEPAGE="https://dosbox-staging.github.io/" @@ -50,11 +50,6 @@ src_prepare() { } src_configure() { - # -Werror=odr - # https://bugs.gentoo.org/926078 - # https://github.com/dosbox-staging/dosbox-staging/issues/3519 - filter-lto - # xinput2 comes with libsdl2[X] local emesonargs=( -Duse_xinput2=true
