Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Tue, 07 Jan 2020 18:19:42
Message-Id: 1578421170.b786c9dc0ea5c5ae4c807118a546563568eebc84.anarchy@gentoo
1 commit: b786c9dc0ea5c5ae4c807118a546563568eebc84
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 18:19:30 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 18:19:30 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b786c9dc
7
8 www-client/firefox: Adjust PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/firefox-72.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-72.0.ebuild b/www-client/firefox/firefox-72.0.ebuild
17 index d59811c..407be70 100644
18 --- a/www-client/firefox/firefox-72.0.ebuild
19 +++ b/www-client/firefox/firefox-72.0.ebuild
20 @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo"
21 WANT_AUTOCONF="2.1"
22 MOZ_ESR=""
23
24 -PYTHON_COMPAT=( python3_{5,6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
27
28 # This list can be updated with scripts/get_langs.sh from the mozilla overlay