commit: 15e61867c9f8b5b3f0b1203dc2b255f03f020f45
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Jul 4 20:35:16 2023 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Jul 4 20:35:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15e61867
games-emulation/yuzu-9999: forgot xbyak
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/yuzu/metadata.xml | 5 +++--
games-emulation/yuzu/yuzu-9999.ebuild | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-emulation/yuzu/metadata.xml
b/games-emulation/yuzu/metadata.xml
index 70aa4d1f4..bf0cf0d71 100644
--- a/games-emulation/yuzu/metadata.xml
+++ b/games-emulation/yuzu/metadata.xml
@@ -6,14 +6,15 @@
<email>[email protected]</email>
</maintainer>
<use>
- <flag name="cubeb">Enables the cubeb audio backend</flag>
<flag name="compatibility-list">Downloads the latest
compatibility list</flag>
+ <flag name="cubeb">Enables the cubeb audio backend</flag>
<flag name="discord">Enables Discord Rich Presence</flag>
+ <flag name="system-libfmt">Use system dev-libs/libfmt</flag>
<flag name="system-vulkan">Use system
dev-util/vulkan-headers</flag>
<flag name="webengine">Use QtWebEngine for web applet
implementation</flag>
<flag name="webservice">Enable web services (telemetry,
etc.)</flag>
</use>
<upstream>
- <remote-id type="github">herumi/xbyak</remote-id>
+ <remote-id type="github">yuzu-emu/yuzu-mainline</remote-id>
</upstream>
</pkgmetadata>
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild
b/games-emulation/yuzu/yuzu-9999.ebuild
index 3c766c21b..3b74ec067 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake git-r3 toolchain-funcs xdg
DESCRIPTION="An emulator for Nintendo Switch"
HOMEPAGE="https://yuzu-emu.org"
EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu-mainline"
-EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'tzdb_to_nx'
'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' )
+EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' 'tzdb_to_nx'
'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' )
# Dynarmic is not intended to be generic, it is tweaked to fit emulated
processor
# TODO wait 'xbyak' waiting version bump. see #860816