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: Sun, 04 Oct 2020 14:05:27
Message-Id: 1601820318.804b4ae8e8bb7817658b7dc9b6892376fb74bfa2.whissi@gentoo
1 commit: 804b4ae8e8bb7817658b7dc9b6892376fb74bfa2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 14:04:06 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 14:05:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804b4ae8
7
8 www-client/firefox: require >Py3.6, again
9
10 Bug: https://bugs.gentoo.org/727110
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-78.3.1.ebuild | 2 +-
15 www-client/firefox/firefox-81.0.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
19 index 783a920e175..7393ac574e6 100644
20 --- a/www-client/firefox/firefox-78.3.1.ebuild
21 +++ b/www-client/firefox/firefox-78.3.1.ebuild
22 @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz"
23
24 LLVM_MAX_SLOT=11
25
26 -PYTHON_COMPAT=( python3_{6..9} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28 PYTHON_REQ_USE="ncurses,sqlite,ssl"
29
30 WANT_AUTOCONF="2.1"
31
32 diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild
33 index 91b83e6df4f..abcb74f221b 100644
34 --- a/www-client/firefox/firefox-81.0.1.ebuild
35 +++ b/www-client/firefox/firefox-81.0.1.ebuild
36 @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-81-patches-01.tar.xz"
37
38 LLVM_MAX_SLOT=11
39
40 -PYTHON_COMPAT=( python3_{6..9} )
41 +PYTHON_COMPAT=( python3_{7..9} )
42 PYTHON_REQ_USE="ncurses,sqlite,ssl"
43
44 WANT_AUTOCONF="2.1"