diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-03-28 03:20:03 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-28 03:39:27 -0400 |
commit | c825787cfc67de93148b46bd299c6d2ee3ce078b (patch) | |
tree | aa3bf4c97d5b3c4c54ace2538ea421f2f0c36252 /games-emulation/pcsx2 | |
parent | games-emulation/pcsx2: add 1.7.4280 (diff) | |
download | gentoo-c825787cfc67de93148b46bd299c6d2ee3ce078b.tar.gz gentoo-c825787cfc67de93148b46bd299c6d2ee3ce078b.tar.bz2 gentoo-c825787cfc67de93148b46bd299c6d2ee3ce078b.zip |
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@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files 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 |