commit: 5cc5962a12bf876a49f16ddb6c477dce111ae634 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 12:18:06 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 12:23:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc5962a
games-emulation/melonds: fix cmake flag spelling Bug: https://bugs.gentoo.org/949540 Closes: https://bugs.gentoo.org/949604 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> games-emulation/melonds/melonds-0.9.5_p20241113.ebuild | 2 ++ games-emulation/melonds/melonds-1.0_rc.ebuild | 2 +- games-emulation/melonds/melonds-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild index 20121771c59f..4d79aee39447 100644 --- a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild +++ b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild @@ -66,6 +66,8 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( + -DUSE_CCACHE="OFF" + -DBUILD_SHARED_LIBS="OFF" -DENABLE_JIT="$(usex jit)" -DENABLE_OGLRENDERER="$(usex opengl)" diff --git a/games-emulation/melonds/melonds-1.0_rc.ebuild b/games-emulation/melonds/melonds-1.0_rc.ebuild index ca7f9270c3aa..70eb307c79f6 100644 --- a/games-emulation/melonds/melonds-1.0_rc.ebuild +++ b/games-emulation/melonds/melonds-1.0_rc.ebuild @@ -66,7 +66,7 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( - -DUSE_CACHE="OFF" + -DUSE_CCACHE="OFF" -DBUILD_SHARED_LIBS="OFF" -DUSE_SYSTEM_LIBSLIRP="ON" diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index ca7f9270c3aa..70eb307c79f6 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -66,7 +66,7 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( - -DUSE_CACHE="OFF" + -DUSE_CCACHE="OFF" -DBUILD_SHARED_LIBS="OFF" -DUSE_SYSTEM_LIBSLIRP="ON"
