Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Tue, 01 Jun 2021 19:04:28
Message-Id: 1622574247.ab234dbe0d77c590c346da156df8cf473d17703a.whissi@gentoo
1 commit: ab234dbe0d77c590c346da156df8cf473d17703a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 19:03:45 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 19:04:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab234dbe
7
8 Revert "www-client/firefox: allow Python 3.10"
9
10 This reverts commit 736f264969ebe128ae8b1d7b6d1dcd58e2e4dfc0.
11
12 Bug: https://bugs.gentoo.org/793683
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 www-client/firefox/firefox-78.11.0.ebuild | 2 +-
16 www-client/firefox/firefox-89.0.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/www-client/firefox/firefox-78.11.0.ebuild b/www-client/firefox/firefox-78.11.0.ebuild
20 index 65c26384b97..381cde64863 100644
21 --- a/www-client/firefox/firefox-78.11.0.ebuild
22 +++ b/www-client/firefox/firefox-78.11.0.ebuild
23 @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-78esr-patches-14.tar.xz"
24
25 LLVM_MAX_SLOT=12
26
27 -PYTHON_COMPAT=( python3_{7..10} )
28 +PYTHON_COMPAT=( python3_{7..9} )
29 PYTHON_REQ_USE="ncurses,sqlite,ssl"
30
31 WANT_AUTOCONF="2.1"
32
33 diff --git a/www-client/firefox/firefox-89.0.ebuild b/www-client/firefox/firefox-89.0.ebuild
34 index c9cdb688628..5099db944f7 100644
35 --- a/www-client/firefox/firefox-89.0.ebuild
36 +++ b/www-client/firefox/firefox-89.0.ebuild
37 @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-89-patches-02.tar.xz"
38
39 LLVM_MAX_SLOT=12
40
41 -PYTHON_COMPAT=( python3_{7..10} )
42 +PYTHON_COMPAT=( python3_{7..9} )
43 PYTHON_REQ_USE="ncurses,sqlite,ssl"
44
45 WANT_AUTOCONF="2.1"