Skip to content

Commit

Permalink
mail-client/balsa: fix html2text handling for HTML mail quoting
Browse files Browse the repository at this point in the history
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
  • Loading branch information
leio committed Jul 15, 2018
1 parent f0d161b commit 57635ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:= )
"
Expand Down

0 comments on commit 57635ae

Please sign in to comment.