commit: 2876aacaba70425ab1b320620b3d4887ac712b58
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sun May 16 13:47:00 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Sun May 16 13:47:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2876aaca
games-emulation/yuzu: allow ~media-libs/libsdl2-2.0.14
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/yuzu/yuzu-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild
b/games-emulation/yuzu/yuzu-9999.ebuild
index 40befd426..7db25934a 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -91,6 +91,9 @@ src_prepare() {
# Unbundle discord rapidjson
sed -i '/NOT RAPIDJSONTEST/,/endif(NOT
RAPIDJSONTEST)/d;/find_file(RAPIDJSON/d;s:\${RAPIDJSON}:"/usr/include/rapidjson":'
externals/discord-rpc/CMakeLists.txt || die
+ # media-libs/libsdl2: use 2.0.14 in tree
+ sed -i 's/2.0.15/2.0.14/' CMakeLists.txt
+
cmake_src_prepare
}