From: Thomas Deutschmann Date: Thu, 23 Apr 2020 17:53:30 +0000 (+0200) Subject: www-client/firefox: enable Python 3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=beb8fd4aa8106fc9468bde758b07cc1f592c3d2e;p=gentoo.git www-client/firefox: enable Python 3.8 support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/firefox-68.7.0.ebuild b/www-client/firefox/firefox-68.7.0.ebuild index 3fcbaeaeecaa..1d4e4b4ee23d 100644 --- a/www-client/firefox/firefox-68.7.0.ebuild +++ b/www-client/firefox/firefox-68.7.0.ebuild @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="1" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' # This list can be updated with scripts/get_langs.sh from the mozilla overlay