diff options
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-9999.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 88c5807335b7..b9d68d63b68b 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -226,14 +226,13 @@ pkg_postinst() { if [[ ${replacing} == @(|old) && ${PV} != 9999 ]]; then elog - elog "${PN}-1.7.x is a development branch using a nightly release model" - elog "(new 'release' every 1-2 days). Stable 1.6.0 is getting old and lacks" - elog "many notable features (e.g. native 64bit builds). Given it may be a long" - elog "time before there is a new stable, Gentoo will carry and update 1.7.x" - elog "roughly every months." + elog "${PN}-1.7.x is a development branch where .x increments every changes." + elog "Stable 1.6.0 is getting old and lacks many notable features (e.g. native" + elog "64bit builds). Given it may be a long time before there is a new stable," + elog "Gentoo will carry and update 1.7.x roughly every months." elog - elog "Please report an issue if feel a picked nightly release needs to be" - elog "updated ahead of time or masked (notably for handling regressions)." + elog "Please report an issue if feel a picked version needs to be updated ahead" + elog "of time or masked (notably for handling regressions)." fi if [[ ${replacing} == wx ]]; then |