summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-06-01 10:12:34 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-06-01 10:12:58 +0200
commit736f264969ebe128ae8b1d7b6d1dcd58e2e4dfc0 (patch)
tree68909c9b73118a52f1aa7bc19af8cad522263536
parentwww-client/firefox: bump to v78.11.0 ESR (diff)
downloadgentoo-736f2649.tar.gz
gentoo-736f2649.tar.bz2
gentoo-736f2649.zip
www-client/firefox: allow Python 3.10
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--www-client/firefox/firefox-78.11.0.ebuild2
-rw-r--r--www-client/firefox/firefox-89.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-78.11.0.ebuild b/www-client/firefox/firefox-78.11.0.ebuild
index 381cde648637..65c26384b97f 100644
--- a/www-client/firefox/firefox-78.11.0.ebuild
+++ b/www-client/firefox/firefox-78.11.0.ebuild
@@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-78esr-patches-14.tar.xz"
LLVM_MAX_SLOT=12
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
WANT_AUTOCONF="2.1"
diff --git a/www-client/firefox/firefox-89.0.ebuild b/www-client/firefox/firefox-89.0.ebuild
index 5099db944f7a..c9cdb6886286 100644
--- a/www-client/firefox/firefox-89.0.ebuild
+++ b/www-client/firefox/firefox-89.0.ebuild
@@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-89-patches-02.tar.xz"
LLVM_MAX_SLOT=12
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
WANT_AUTOCONF="2.1"