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: Thu, 23 Apr 2020 17:53:52
Message-Id: 1587664422.beb8fd4aa8106fc9468bde758b07cc1f592c3d2e.whissi@gentoo
1 commit: beb8fd4aa8106fc9468bde758b07cc1f592c3d2e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 17:53:30 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 17:53:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb8fd4a
7
8 www-client/firefox: enable Python 3.8 support
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-68.7.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-68.7.0.ebuild b/www-client/firefox/firefox-68.7.0.ebuild
17 index 3fcbaeaeeca..1d4e4b4ee23 100644
18 --- a/www-client/firefox/firefox-68.7.0.ebuild
19 +++ b/www-client/firefox/firefox-68.7.0.ebuild
20 @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo"
21 WANT_AUTOCONF="2.1"
22 MOZ_ESR="1"
23
24 -PYTHON_COMPAT=( python3_{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