diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-22 05:02:07 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-22 05:14:08 -0400 |
commit | ff3a92bfaab228c1e47f0671046671660fd3a5ef (patch) | |
tree | e98d2cc74bd720ea9cfcd59f6c20976f34b9ead2 /app-emulation | |
parent | games-util/libstrangle: enable abi_x86_32 by default (diff) | |
download | gentoo-ff3a92bfaab228c1e47f0671046671660fd3a5ef.tar.gz gentoo-ff3a92bfaab228c1e47f0671046671660fd3a5ef.tar.bz2 gentoo-ff3a92bfaab228c1e47f0671046671660fd3a5ef.zip |
app-emulation/ruffle: note nightly picks will be monthly now
While development is active, been rather uneventful and notable
regressions are infrequent. Monthly may be a fair schedule, also
gives more time to deal with changes wrt rust requirements.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20220816.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/ruffle/ruffle-0_p20220914.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/ruffle/ruffle-0_p20220816.ebuild b/app-emulation/ruffle/ruffle-0_p20220816.ebuild index 14ca1dfdb98e..0447e8da2522 100644 --- a/app-emulation/ruffle/ruffle-0_p20220816.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220816.ebuild @@ -506,7 +506,8 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then elog "${PN} is experimental software that is still under heavy development" elog "and only receiving nightly releases. Plans in Gentoo is to update" - elog "roughly every two weeks if no known major regressions." + elog "roughly every months if no known major regressions (feel free to" + elog "report if you feel a newer nightly is needed ahead of time)." elog elog "There is currently no plans to support wasm builds / browser" elog "extensions, this provides the desktop viewer and other tools." diff --git a/app-emulation/ruffle/ruffle-0_p20220914.ebuild b/app-emulation/ruffle/ruffle-0_p20220914.ebuild index 00666af6e501..ebad754a07e0 100644 --- a/app-emulation/ruffle/ruffle-0_p20220914.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220914.ebuild @@ -515,7 +515,8 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then elog "${PN} is experimental software that is still under heavy development" elog "and only receiving nightly releases. Plans in Gentoo is to update" - elog "roughly every two weeks if no known major regressions." + elog "roughly every months if no known major regressions (feel free to" + elog "report if you feel a newer nightly is needed ahead of time)." elog elog "There is currently no plans to support wasm builds / browser" elog "extensions, this provides the desktop viewer and other tools." |