commit: b53f27db80aa9c4e673c3981f1dc40cc026be972 Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Mon Jun 9 08:59:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 18:03:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53f27db
app-emulation/fex-xtajit: Ensure using vendored libfmt Closes: https://bugs.gentoo.org/957612 Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42512 Closes: https://github.com/gentoo/gentoo/pull/42512 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/fex-xtajit/fex-xtajit-2506.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/fex-xtajit/fex-xtajit-2506.ebuild b/app-emulation/fex-xtajit/fex-xtajit-2506.ebuild index 8a8a6bcdc2e2..5b6782adb481 100644 --- a/app-emulation/fex-xtajit/fex-xtajit-2506.ebuild +++ b/app-emulation/fex-xtajit/fex-xtajit-2506.ebuild @@ -91,6 +91,7 @@ src_configure() { -DBUILD_FEXCONFIG=FALSE \ -DMINGW_BUILD=1 \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ + -DCMAKE_DISABLE_FIND_PACKAGE_fmt=true \ "${S}" || die popd >/dev/null || die }