summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-11-19 00:50:17 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-11-19 00:53:29 -0500
commit5ed52f8dd805ee343d8eae04e1ee6568afdd5408 (patch)
treeb903c59b7ad71443599b80673fa29a1df4ee685b /games-emulation
parentgames-emulation/pcsx2_patches: add 0_p20231117 (diff)
downloadgentoo-5ed52f8dd805ee343d8eae04e1ee6568afdd5408.tar.gz
gentoo-5ed52f8dd805ee343d8eae04e1ee6568afdd5408.tar.bz2
gentoo-5ed52f8dd805ee343d8eae04e1ee6568afdd5408.zip
games-emulation/pcsx2: remove -gentoo from version
Sounded like a good idea on paper to identify given upstream can be picky about non-official builds. However the version gets tied to savestates and this may be more of an annoyance if trying to get an old version to convert a save state back to a memory card save. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index e13f2c5a2b74..cf1118563fd6 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -79,7 +79,7 @@ src_prepare() {
cmake_src_prepare
if [[ ${PV} != 9999 ]]; then
- sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}-gentoo'"/' \
+ sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \
-i cmake/Pcsx2Utils.cmake || die
fi
}