summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-08-13 02:42:03 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-08-13 02:42:12 +0200
commit628d18d7c740302ca8857880b80586c73b811fd7 (patch)
tree49ae8e3a7d763f47b9daf8263cfad5e6a21e99de /www-client/firefox
parentwww-client/firefox: adjust dev-libs/icu requirement (diff)
downloadgentoo-628d18d7c740302ca8857880b80586c73b811fd7.tar.gz
gentoo-628d18d7c740302ca8857880b80586c73b811fd7.tar.bz2
gentoo-628d18d7c740302ca8857880b80586c73b811fd7.zip
www-client/firefox: allow building with Python 3.10
Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-91.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-91.0.ebuild b/www-client/firefox/firefox-91.0.ebuild
index bd06d9a075c3..5cb81b5976cf 100644
--- a/www-client/firefox/firefox-91.0.ebuild
+++ b/www-client/firefox/firefox-91.0.ebuild
@@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-91-patches-01.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"