diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-07-15 18:34:33 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-15 18:40:34 +0300 |
commit | 57635aef1d421e126ac2c733d9830e3c78899739 (patch) | |
tree | c0de213474dcc7001a042dd03af0568e23a0f2a6 /mail-client | |
parent | base/package.use.mask: Mask app-emulation/wine-{any/staging}[ffmpeg] (diff) | |
download | gentoo-57635aef1d421e126ac2c733d9830e3c78899739.tar.gz gentoo-57635aef1d421e126ac2c733d9830e3c78899739.tar.bz2 gentoo-57635aef1d421e126ac2c733d9830e3c78899739.zip |
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
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/balsa-2.5.6-r1.ebuild (renamed from mail-client/balsa/balsa-2.5.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/balsa/balsa-2.5.6.ebuild b/mail-client/balsa/balsa-2.5.6-r1.ebuild index 670125794eeb..769ab3a88da2 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:= ) " |