commit: ab28d02af4d8e37378602da4d1b4008c4d1c628e Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sat Feb 7 02:04:48 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 07:17:44 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab28d02a
games-emulation/rmg: remove cmake argument This was removed upstream and it doesn't use LTO by default anymore. Signed-off-by: orbea <orbea <AT> riseup.net> Part-of: https://github.com/gentoo/gentoo/pull/45662 Signed-off-by: Sam James <sam <AT> gentoo.org> games-emulation/rmg/rmg-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-emulation/rmg/rmg-9999.ebuild b/games-emulation/rmg/rmg-9999.ebuild index 7f3816f7a84f..637f02786071 100644 --- a/games-emulation/rmg/rmg-9999.ebuild +++ b/games-emulation/rmg/rmg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -78,7 +78,6 @@ src_configure() { -DUPDATER=OFF -DUSE_ANGRYLION=$(usex angrylion-plugin) -DUSE_CCACHE=OFF - -DUSE_LTO=OFF -DVRU=OFF # Precompiled binaries )
