diff options
author | Jory Pratt <anarchy@gentoo.org> | 2020-01-07 12:25:31 -0600 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2020-01-07 12:25:31 -0600 |
commit | af2f10d7a1933906e25830fbc8a937be12ef73ee (patch) | |
tree | 8a5479f15c4f7803c57c3f074a51084e7e4f6955 /mail-client/thunderbird | |
parent | www-client/firefox: Adjust PYTHON_COMPAT (diff) | |
download | mozilla-af2f10d7a1933906e25830fbc8a937be12ef73ee.tar.gz mozilla-af2f10d7a1933906e25830fbc8a937be12ef73ee.tar.bz2 mozilla-af2f10d7a1933906e25830fbc8a937be12ef73ee.zip |
mail-client/thunderbird: Adjust PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r-- | mail-client/thunderbird/thunderbird-68.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/thunderbird/thunderbird-68.3.1.ebuild b/mail-client/thunderbird/thunderbird-68.3.1.ebuild index b9354b56..9e39dd74 100644 --- a/mail-client/thunderbird/thunderbird-68.3.1.ebuild +++ b/mail-client/thunderbird/thunderbird-68.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MOZ_ESR="" MOZ_LIGHTNING_VER="6.2.5" MOZ_LIGHTNING_GDATA_VER="4.4.1" -PYTHON_COMPAT=( python3_{5,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 |