The ebuild for mail-client/thunderbird-24.1.1 contains a minor grammatical mistake on line 306: pkg_postinst() { elog elog "If you are experience problems with plugins please issue the" elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ," elog "then restart thunderbird" } Reproducible: Always Steps to Reproduce: 1. Emerge thunderbird 2. Read the postinst message Actual Results: Postinst message has a grammar error Expected Results: Postinst message should not have a grammar error
here, the line 306 is: newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png Could you explain where you see the error?
(In reply to Guido Winkelmann from comment #0) > pkg_postinst() { > elog > elog "If you are experience problems with plugins please issue the" > elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ," > elog "then restart thunderbird" > } Simply need to drop 'are' from the line and it would be fine.
Fixed in 24.2.0 thanks for reporting.