commit:     29d800dbc0682b8b37a316d9eb2c5b6d11ca333c
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Oct 10 14:22:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 15:16:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d800db

games-emulation/rmg: drop libfmt cmake argument

This was removed upstream.

Upstream-Commit: 
https://github.com/Rosalie241/RMG/commit/e2ece3464a44498d7df85a78a82aca4fa5c6bcd8
Signed-off-by: orbea <orbea <AT> riseup.net>
Part-of: https://github.com/gentoo/gentoo/pull/44048
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/rmg/rmg-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/games-emulation/rmg/rmg-9999.ebuild 
b/games-emulation/rmg/rmg-9999.ebuild
index 9c25e1f2c751..f86dafc91091 100644
--- a/games-emulation/rmg/rmg-9999.ebuild
+++ b/games-emulation/rmg/rmg-9999.ebuild
@@ -50,7 +50,6 @@ BDEPEND="
 
 src_prepare() {
        # Remove unused 3rdParty code - https://bugs.gentoo.org/959468
-       rm -r "${S}"/Source/3rdParty/fmt || die
        rm -r "${S}"/Source/3rdParty/imgui/examples || die
        rm -r "${S}"/Source/3rdParty/mupen64plus-rsp-parallel/win32 || die
 
@@ -79,7 +78,6 @@ src_configure() {
                -DUPDATER=OFF
                -DUSE_ANGRYLION=$(usex angrylion-plugin)
                -DUSE_CCACHE=OFF
-               -DUSE_LIBFMT=OFF # Use std::format
                -DUSE_LTO=OFF
                -DVRU=OFF # Precompiled binaries
        )

Reply via email to