commit:     9868af66fbec40ebd29197a6747a9171ba50cd07
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Oct  5 14:20:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 15:16:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9868af66

games-emulation/rmg: drop USE discord

This was removed upstream.

Upstream-Commit: 
https://github.com/Rosalie241/RMG/commit/925493f5b52b886555e7e7239350849a56692463
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 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-emulation/rmg/rmg-9999.ebuild 
b/games-emulation/rmg/rmg-9999.ebuild
index d631d747096b..9ba52a7fe70a 100644
--- a/games-emulation/rmg/rmg-9999.ebuild
+++ b/games-emulation/rmg/rmg-9999.ebuild
@@ -52,7 +52,7 @@ LICENSE="
        rust-plugin? ( ISC Unicode-DFS-2016 )
 "
 SLOT="0"
-IUSE="angrylion-plugin discord dynarec netplay rust-plugin"
+IUSE="angrylion-plugin dynarec netplay rust-plugin"
 
 DEPEND="
        dev-libs/hidapi
@@ -103,7 +103,6 @@ src_unpack() {
 
 src_prepare() {
        # Remove unused 3rdParty code - https://bugs.gentoo.org/959468
-       rm -r "${S}"/Source/3rdParty/discord-rpc/thirdparty/rapidjson/example 
|| die
        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
@@ -128,7 +127,6 @@ src_configure() {
 
        local mycmakeargs=(
                -DAPPIMAGE_UPDATER=OFF
-               -DDISCORD_RPC=$(usex discord)
                -DNETPLAY=$(usex netplay)
                -DNO_ASM=$(usex dynarec OFF ON)
                -DNO_RUST=$(usex rust-plugin OFF ON)

Reply via email to