mail-client/thunderbird: enable Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Apr 2020 17:50:52 +0000 (19:50 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Apr 2020 17:53:41 +0000 (19:53 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
mail-client/thunderbird/thunderbird-68.7.0.ebuild

index 1be152dda49824428594679e76df4cb673eed594..eddbdf4a69596b731fe035a76731f06bf679333d 100644 (file)
@@ -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