diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 02:55:41 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 03:30:36 +0200 |
commit | 8cc5724b33b289bd5c50a23c854de3b5fb14f00a (patch) | |
tree | 7e03aa49a2097f7e6e5ece82aa4e8d40aa65b824 /www-client | |
parent | www-client/firefox: add explicit Clang and LTO support (diff) | |
download | gentoo-8cc5724b33b289bd5c50a23c854de3b5fb14f00a.tar.gz gentoo-8cc5724b33b289bd5c50a23c854de3b5fb14f00a.tar.bz2 gentoo-8cc5724b33b289bd5c50a23c854de3b5fb14f00a.zip |
www-client/firefox: add Python 3.7 support
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-62.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index fa0ad02bc27a..c078f3810978 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' # This list can be updated with scripts/get_langs.sh from the mozilla overlay |