Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/
Date: Sun, 16 May 2021 13:50:09
Message-Id: 1621172820.2876aacaba70425ab1b320620b3d4887ac712b58.samuel.bauer@gentoo
1 commit: 2876aacaba70425ab1b320620b3d4887ac712b58
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Sun May 16 13:47:00 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Sun May 16 13:47:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2876aaca
7
8 games-emulation/yuzu: allow ~media-libs/libsdl2-2.0.14
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index 40befd426..7db25934a 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -91,6 +91,9 @@ src_prepare() {
20 # Unbundle discord rapidjson
21 sed -i '/NOT RAPIDJSONTEST/,/endif(NOT RAPIDJSONTEST)/d;/find_file(RAPIDJSON/d;s:\${RAPIDJSON}:"/usr/include/rapidjson":' externals/discord-rpc/CMakeLists.txt || die
22
23 + # media-libs/libsdl2: use 2.0.14 in tree
24 + sed -i 's/2.0.15/2.0.14/' CMakeLists.txt
25 +
26 cmake_src_prepare
27 }