diff options
author | Samuel Bauer <samuel.bauer@yahoo.fr> | 2023-09-28 08:14:42 +0200 |
---|---|---|
committer | Samuel Bauer <samuel.bauer@yahoo.fr> | 2023-09-28 08:14:42 +0200 |
commit | 84ad412348ec16c19667fdca83936ae80785fba3 (patch) | |
tree | e1c114fbedd10018e3666aba5df1b7990f54f0e0 /games-emulation | |
parent | games-util/grapejuice: new package (diff) | |
download | guru-84ad412348ec16c19667fdca83936ae80785fba3.tar.gz guru-84ad412348ec16c19667fdca83936ae80785fba3.tar.bz2 guru-84ad412348ec16c19667fdca83936ae80785fba3.zip |
games-emulation/yuzu: update live ebuild
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yuzu/yuzu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 643b5c664..56db5e975 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-0.13.0 + dev-cpp/cpp-httplib dev-cpp/cpp-jwt system-vulkan? ( >=dev-util/vulkan-headers-1.3.250 dev-util/spirv-headers ) @@ -123,7 +123,7 @@ src_prepare() { sed -i '/^if.*cubeb/,/^endif()/d' externals/CMakeLists.txt || die # Unbundle cpp-httplib - sed -i -e '/httplib/s/ 0.11//' CMakeLists.txt || die + sed -i -e '/httplib/s/ 0.12//' CMakeLists.txt || die sed -i -e '/^# httplib/,/^endif()/d' externals/CMakeLists.txt || die # Unbundle enet |