diff options
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild index 6acafc7fc8cf..10d1cad152da 100644 --- a/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild +++ b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake desktop fcaps flag-o-matic optfeature toolchain-funcs +inherit cmake desktop eapi9-ver fcaps flag-o-matic optfeature toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -164,9 +164,7 @@ pkg_postinst() { media-sound/alsa-utils \ media-libs/gst-plugins-base:1.0 - if [[ ${REPLACING_VERSIONS##* } ]] && - ver_test ${REPLACING_VERSIONS##* } -lt 2.2.0 - then + if ver_replacing -lt 2.2.0; then elog elog "Note that the 'pcsx2' executable was renamed to 'pcsx2-qt' with this version." fi |