commit: 84ad412348ec16c19667fdca83936ae80785fba3 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr> AuthorDate: Thu Sep 28 06:14:42 2023 +0000 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr> CommitDate: Thu Sep 28 06:14:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84ad4123
games-emulation/yuzu: update live ebuild 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 643b5c664b..56db5e9755 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