diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-22 02:37:22 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-22 03:00:36 -0400 |
commit | 7a69c49823cad92414a1c599fe83d22abe62c697 (patch) | |
tree | b6d1c2697610b0cf413782945578c39673808cae /games-emulation | |
parent | games-emulation/pcsx2: drop 1.7.5835 (diff) | |
download | gentoo-7a69c49823cad92414a1c599fe83d22abe62c697.tar.gz gentoo-7a69c49823cad92414a1c599fe83d22abe62c697.tar.bz2 gentoo-7a69c49823cad92414a1c599fe83d22abe62c697.zip |
games-emulation/pcsx2: update live
Shouldn't really need this warning anymore.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 350881495989..308668c6eee2 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -167,13 +167,4 @@ pkg_postinst() { optfeature "UI sound effects support" \ media-sound/alsa-utils \ media-libs/gst-plugins-base:1.0 - - if [[ ${REPLACING_VERSIONS##* } ]] && - ver_test ${REPLACING_VERSIONS##* } -lt 1.7; then - elog ">=${PN}-1.7 has received several changes since <=${PN}-1.6.0, and is" - elog "notably now a 64bit build using Qt6. Just-in-case it is recommended" - elog "to backup configs, save states, and memory cards before using." - elog - elog "The executable was also renamed from 'PCSX2' to 'pcsx2'." - fi } |