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, 23 Sep 2018 01:31:05
Message-Id: 1537666236.8cc5724b33b289bd5c50a23c854de3b5fb14f00a.whissi@gentoo
1 commit: 8cc5724b33b289bd5c50a23c854de3b5fb14f00a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 00:55:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 01:30:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc5724b
7
8 www-client/firefox: add Python 3.7 support
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 www-client/firefox/firefox-62.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
16 index fa0ad02bc27..c078f381097 100644
17 --- a/www-client/firefox/firefox-62.0.2.ebuild
18 +++ b/www-client/firefox/firefox-62.0.2.ebuild
19 @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo"
20 WANT_AUTOCONF="2.1"
21 MOZ_ESR=""
22
23 -PYTHON_COMPAT=( python3_{5,6} )
24 +PYTHON_COMPAT=( python3_{5,6,7} )
25 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
26
27 # This list can be updated with scripts/get_langs.sh from the mozilla overlay