commit: af2f10d7a1933906e25830fbc8a937be12ef73ee
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 18:25:31 2020 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 18:25:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=af2f10d7
mail-client/thunderbird: Adjust PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
mail-client/thunderbird/thunderbird-68.3.1.ebuild | 4 ++--
1 file 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 b9354b5..9e39dd7 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