mail-client/balsa: fix html2text handling for HTML mail quoting
authorMart Raudsepp <leio@gentoo.org>
Sun, 15 Jul 2018 15:34:33 +0000 (18:34 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 15 Jul 2018 15:40:34 +0000 (18:40 +0300)
commit57635aef1d421e126ac2c733d9830e3c78899739
treec0de213474dcc7001a042dd03af0568e23a0f2a6
parentf0d161bd6b97ee4a120e7e9b0950894669d64edc
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-r1.ebuild [moved from mail-client/balsa/balsa-2.5.6.ebuild with 98% similarity]