commit: 57635aef1d421e126ac2c733d9830e3c78899739 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Jul 15 15:34:33 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Jul 15 15:40:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57635aef
mail-client/balsa: fix html2text handling for HTML mail quoting configure first checks for python-html2text binary, for which we had a dev-python/html2text dependency. But our pyhtml2text package installs a pyhtml2text binary instead, thus this will not satisfy the check, and HTML quoting support via a html2text binary gets disabled. Instead of tring to make it work with pyhtml2text, just depend on app-misc/html2text instead, which as a bonus has alpha keywords. This will make the balsa check pass with /usr/bin/html2text and HTML quoting should work (at least however good html2text over pyhtml2text is). Bug: https://bugs.gentoo.org/660322 Bug: https://bugs.gentoo.org/626690 Package-Manager: Portage-2.3.40, Repoman-2.3.9 mail-client/balsa/{balsa-2.5.6.ebuild => balsa-2.5.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/balsa/balsa-2.5.6.ebuild b/mail-client/balsa/balsa-2.5.6-r1.ebuild similarity index 98% rename from mail-client/balsa/balsa-2.5.6.ebuild rename to mail-client/balsa/balsa-2.5.6-r1.ebuild index 670125794ee..769ab3a88da 100644 --- a/mail-client/balsa/balsa-2.5.6.ebuild +++ b/mail-client/balsa/balsa-2.5.6-r1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" rubrica? ( dev-libs/libxml2:2 ) webkit? ( net-libs/webkit-gtk:4 - dev-python/html2text + app-text/html2text ) xface? ( >=media-libs/compface-1.5.1:= ) "
