Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/citra/
Date: Tue, 27 Sep 2022 17:12:04
Message-Id: 1664298717.fab5f7a3a1447fe76dec532b02aab76382129ec9.sam@gentoo
1 commit: fab5f7a3a1447fe76dec532b02aab76382129ec9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 17:11:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 17:11:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fab5f7a3
7
8 games-emulation/citra: drop obsolete SDL2 sed
9
10 Fixed upstream in https://github.com/citra-emu/citra/commit/b5872ea79e0c2f71c1e1ddf908b5feba3d0f68c2.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-emulation/citra/citra-9999.ebuild | 3 ---
15 1 file changed, 3 deletions(-)
16
17 diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild
18 index 58fda2f5a..2473246b9 100644
19 --- a/games-emulation/citra/citra-9999.ebuild
20 +++ b/games-emulation/citra/citra-9999.ebuild
21 @@ -140,9 +140,6 @@ src_prepare() {
22 sed -i -e '/# cpp-jwt/,/CPP_JWT_USE_VENDORED_NLOHMANN_JSON/d' externals/CMakeLists.txt || die
23 sed -i -e 's/ cpp-jwt//' src/web_service/CMakeLists.txt || die
24
25 - # Alias for sdl
26 - sed -i -e '/find_package(SDL2/aadd_library(SDL2 INTERFACE)\ntarget_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}")\ntarget_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}")\nadd_library(SDL2::SDL2 ALIAS SDL2)\n' CMakeLists.txt || die
27 -
28 # TODO unbundle xbyak (wait for 5.96 in ytree)
29 cmake_src_prepare
30 }