From ab234dbe0d77c590c346da156df8cf473d17703a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 1 Jun 2021 21:03:45 +0200 Subject: Revert "www-client/firefox: allow Python 3.10" This reverts commit 736f264969ebe128ae8b1d7b6d1dcd58e2e4dfc0. Bug: https://bugs.gentoo.org/793683 Signed-off-by: Thomas Deutschmann --- www-client/firefox/firefox-78.11.0.ebuild | 2 +- www-client/firefox/firefox-89.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/firefox') diff --git a/www-client/firefox/firefox-78.11.0.ebuild b/www-client/firefox/firefox-78.11.0.ebuild index 65c26384b97f..381cde648637 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..10} ) +PYTHON_COMPAT=( python3_{7..9} ) 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 c9cdb6886286..5099db944f7a 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..10} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" WANT_AUTOCONF="2.1" -- cgit v1.2.3-65-gdbad