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)
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]

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 670125794eeb05b87d8d712b93019bef89e0c71d..769ab3a88da24674363edc12aa43a35bcd8ceb9b 100644 (file)
@@ -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:= )
 "