diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-23 19:53:30 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-23 19:53:42 +0200 |
commit | beb8fd4aa8106fc9468bde758b07cc1f592c3d2e (patch) | |
tree | 501270dc8923f9facfdd7998cf1f7db1290e585f /www-client/firefox | |
parent | mail-client/thunderbird: enable Python 3.8 support (diff) | |
download | gentoo-beb8fd4aa8106fc9468bde758b07cc1f592c3d2e.tar.gz gentoo-beb8fd4aa8106fc9468bde758b07cc1f592c3d2e.tar.bz2 gentoo-beb8fd4aa8106fc9468bde758b07cc1f592c3d2e.zip |
www-client/firefox: 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 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-68.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |