Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Mon, 26 Sep 2022 12:54:48
Message-Id: 1664196830.bde0ece4d5f3e2c232b65c478340da33bf7d4dcd.ionen@gentoo
1 commit: bde0ece4d5f3e2c232b65c478340da33bf7d4dcd
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:37:41 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 12:53:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde0ece4
7
8 games-emulation/pcsx2: update live
9
10 This may be temporary going by upstream's commit message, so will have
11 a closer look when doing another nightly release.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-emulation/pcsx2/pcsx2-9999.ebuild | 7 +++++++
16 1 file changed, 7 insertions(+)
17
18 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
19 index b5e09ffc395f..bbe944648d41 100644
20 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
21 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
22 @@ -96,6 +96,13 @@ src_unpack() {
23 EGIT_SUBMODULES+=(
24 3rdparty/glslang/glslang # needs StandAlone/ResourceLimits.h
25 3rdparty/vulkan-headers # to keep in sync with glslang
26 +
27 + # system rapidyaml is still used, but this uses another part
28 + # of the source and so allow submodule for now
29 + # https://github.com/PCSX2/pcsx2/commit/af646e449
30 + 3rdparty/rapidyaml/rapidyaml
31 + 3rdparty/rapidyaml/rapidyaml/extern/c4core
32 + 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float
33 )
34 fi
35 git-r3_src_unpack