commit:     c825787cfc67de93148b46bd299c6d2ee3ce078b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 07:20:03 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 07:39:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c825787c

games-emulation/pcsx2: sync live

PV bit was already in other ebuilds, overlooked to sync before
(upstream can be picky about modifications and it doesn't hurt to
indicate this is Gentoo's version while we adjust tag manually).

rapidyaml restriction no longer matter as it works with 0.4 too
now, albeit we don't have <0.5 in tree anymore anyway.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild 
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 5d05ef3be008..a0683b3c3d85 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -43,7 +43,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        app-arch/xz-utils
        app-arch/zstd:=
-       >=dev-cpp/rapidyaml-0.5:=
+       dev-cpp/rapidyaml:=
        dev-libs/libaio
        dev-libs/libchdr
        dev-libs/libfmt:=
@@ -129,7 +129,7 @@ src_prepare() {
                -i pcsx2/Frontend/CommonHost.cpp || die
 
        if [[ ${PV} != 9999 ]]; then
-               sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \
+               sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}-gentoo'"/' \
                        -i cmake/Pcsx2Utils.cmake || die
 
                # delete all 3rdparty/* except known-used ones in non-live

Reply via email to