diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-17 16:22:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-17 16:22:46 +0200 |
commit | 319389e5a2b9879201a0ded4a94f3dc76e07dbe5 (patch) | |
tree | f764aa55ece950d91000cd31e6e21a20ff092c8d | |
parent | www-client/firefox: require >Py3.6 (diff) | |
download | gentoo-319389e5a2b9879201a0ded4a94f3dc76e07dbe5.tar.gz gentoo-319389e5a2b9879201a0ded4a94f3dc76e07dbe5.tar.bz2 gentoo-319389e5a2b9879201a0ded4a94f3dc76e07dbe5.zip |
www-client/firefox: allow building with Py3.9
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | www-client/firefox/firefox-77.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild index 6f6ec64c0c24..8db4965629a8 100644 --- a/www-client/firefox/firefox-77.0.1.ebuild +++ b/www-client/firefox/firefox-77.0.1.ebuild @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' # This list can be updated with scripts/get_langs.sh from the mozilla overlay |