summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-23 19:50:52 +0200
committerJory Pratt <anarchy@gentoo.org>2020-04-23 13:09:23 -0500
commit3f5becfa28fcbb7019deec53d0905cebb6198bb1 (patch)
tree0852b9da8a43cef5154cb6d3d6f28dcd6db8bd84
parentdev-libs/nss: Added comment about virtual/pkgconfig being in RDEPEND (diff)
downloadanarchy-3f5becfa28fcbb7019deec53d0905cebb6198bb1.tar.gz
anarchy-3f5becfa28fcbb7019deec53d0905cebb6198bb1.tar.bz2
anarchy-3f5becfa28fcbb7019deec53d0905cebb6198bb1.zip
mail-client/thunderbird: enable Python 3.8 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--mail-client/thunderbird/thunderbird-68.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.7.0.ebuild b/mail-client/thunderbird/thunderbird-68.7.0.ebuild
index 5205094..cfdc6db 100644
--- a/mail-client/thunderbird/thunderbird-68.7.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.7.0.ebuild
@@ -8,7 +8,7 @@ MOZ_ESR=""
MOZ_LIGHTNING_VER="6.2.5"
MOZ_LIGHTNING_GDATA_VER="4.4.1"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
# This list can be updated using scripts/get_langs.sh from the mozilla overlay