commit: 1e66eb82f760f38e1c97df630891c40f900f96b2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 13:14:14 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 15:44:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e66eb82
www-client/qutebrowser: don't warn about backup on first installs
Also reword expected issues, still WIP but realistically there's
no notable issues anymore from user-perspective.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
index baadc7dc34b0..a08871af437f 100644
--- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
@@ -156,13 +156,15 @@ pkg_postinst() {
if [[ ! -v QUTEBROWSER_HAD_QT6 ]] && use qt6; then
elog "USE=qt6 is enabled using the qt6-v2 branch, it is
work-in-progress"
- elog "and some issues are to be expected. Can follow upstream
progress at:"
+ elog "and some issues may be expected. Can follow upstream
progress at:"
elog " https://github.com/qutebrowser/qutebrowser/issues/7202
[qt6 general]"
elog " https://github.com/qutebrowser/qutebrowser/tree/qt6-v2
[used branch]"
- elog
- elog "You may optionally want to backup your
~/.local/share/${PN} before"
- elog "it is converted to use Qt6 WebEngine (one-way
conversion). ${PN}"
- elog "will also warn about this on launch for a last chance to
abort."
+ if [[ ${REPLACING_VERSIONS} ]]; then
+ elog
+ elog "You may optionally want to backup your
~/.local/share/${PN} before"
+ elog "it is converted to use Qt6 WebEngine (one-way
conversion). ${PN}"
+ elog "will also warn about this on launch for a last
chance to abort."
+ fi
fi
# TODO: left-out given be confusing while IUSE is masked anywhere