summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-23 19:50:52 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-23 19:53:41 +0200
commit94bb717342038a0a28c4606797a6af503d2f8cc6 (patch)
tree0024887441c8698505004ad1e514a6fca1e6565d /mail-client/thunderbird
parentdev-python/minimock: Enable py3.{7,8} (diff)
downloadgentoo-94bb717342038a0a28c4606797a6af503d2f8cc6.tar.gz
gentoo-94bb717342038a0a28c4606797a6af503d2f8cc6.tar.bz2
gentoo-94bb717342038a0a28c4606797a6af503d2f8cc6.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>
Diffstat (limited to 'mail-client/thunderbird')
-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 1be152dda498..eddbdf4a6959 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