commit:     76ea7f2f64417304149b26e88a7a20598856de71
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Fri Sep  1 19:12:42 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Sep  1 19:12:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76ea7f2f

games-emulation/yuzu: update to build system

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 games-emulation/yuzu/yuzu-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/yuzu/yuzu-9999.ebuild 
b/games-emulation/yuzu/yuzu-9999.ebuild
index 7116a20e08..643b5c664b 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
        system-libfmt? ( >=dev-libs/libfmt-9:= )
 "
 DEPEND="${RDEPEND}
-       dev-cpp/cpp-httplib
+       <=dev-cpp/cpp-httplib-0.13.0
        dev-cpp/cpp-jwt
        system-vulkan? ( >=dev-util/vulkan-headers-1.3.250
                dev-util/spirv-headers )
@@ -98,7 +98,7 @@ src_prepare() {
        sed -i -e 's:inih/cpp/::' src/yuzu_cmd/config.cpp || die
 
        # Unbundle mbedtls
-       sed -i -e '/mbedtls/d' externals/CMakeLists.txt || die
+       sed -i -e '/mbedtls/d' -e '/^if (NOT MSVC)/,/endif()/d' 
externals/CMakeLists.txt || die
        sed -i -e 's/mbedtls/& mbedcrypto mbedx509/' \
                src/dedicated_room/CMakeLists.txt \
                src/core/CMakeLists.txt || die

Reply via email to